diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-20 21:38:15 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-11-20 21:39:00 +0300 |
commit | bd92d65eba154d756c47c0ea2f304db04ac0ffae (patch) | |
tree | 21f33d33b1fb04eb412f8ace490738f28349cfd5 | |
parent | ec40a94e76d33fb77c58e2b4fe8b9aa150885f0a (diff) | |
download | dokka-bd92d65eba154d756c47c0ea2f304db04ac0ffae.tar.gz dokka-bd92d65eba154d756c47c0ea2f304db04ac0ffae.tar.bz2 dokka-bd92d65eba154d756c47c0ea2f304db04ac0ffae.zip |
Advance Kotlin Compiler version to pinned
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 29da4702..154d7776 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ dokka_publication_channel=dokka #Kotlin compiler and plugin kotlin_version=1.1.51 -kotlin_compiler_version=1.2.20-dev-65 +kotlin_compiler_version=1.2.20-dev-175 kotlin_compiler_to_compile_core_version=1.2.0-rc-39 kotlin_for_gradle_version=1.0.7 |