aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-11-14 16:19:46 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-11-23 16:58:30 +0300
commitf94beaa25f07333ad47738d5d7fafdd3dd302b04 (patch)
treefc6bfc169c0bdc7bf44b2b36932d0d406260541e /gradle.properties
parentac00e0375473a5de711f7866cb17ea5c82f4e7a5 (diff)
downloaddokka-f94beaa25f07333ad47738d5d7fafdd3dd302b04.tar.gz
dokka-f94beaa25f07333ad47738d5d7fafdd3dd302b04.tar.bz2
dokka-f94beaa25f07333ad47738d5d7fafdd3dd302b04.zip
Clarify Kotlin Versions and config in project
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index 154d7776..d109426b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,10 +2,9 @@ dokka_version=0.9.16
dokka_publication_channel=dokka
#Kotlin compiler and plugin
-kotlin_version=1.1.51
-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
+bundled_kotlin_compiler_version=1.2.20-dev-175
+kotlin_version=1.2.0-rc-39
+kotlin_for_gradle_runtime_version=1.0.7
#IntelliJ plugin to download openapi.jar
gradle_intellij_plugin_version=0.3.0-SNAPSHOT