Skip to content

Commit

Permalink
updated kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPashchenko committed Feb 5, 2018
1 parent b225cf0 commit a3e1b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rider/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.1.51'
id 'org.jetbrains.intellij' version '0.2.17'
id 'org.jetbrains.kotlin.jvm' version '1.2.20'
id 'org.jetbrains.intellij' version '0.2.18'
}

group 'com.jetbrains'
Expand Down
2 changes: 1 addition & 1 deletion rider/frontend.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ intellij {
downloadSources = false
}

ext.kotlin_version = '1.1.51'
ext.kotlin_version = '1.2.20'
ext.nupkg_path = "$projectDir/../resharper/build/resharper-unity.rider/bin/$BuildConfiguration/JetBrains.Unity.$version-rider.nupkg"

sourceCompatibility = 1.8
Expand Down

0 comments on commit a3e1b51

Please sign in to comment.