v0.5 preparations. (#1135)

This commit is contained in:
Nikolay Igotti
2017-12-15 13:25:25 +03:00
committed by GitHub
parent e2040f9b5d
commit 5ad0643154
8 changed files with 45 additions and 19 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ You may use the Gradle plugin to build _Kotlin/Native_ projects. To use it you n
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:0.3.4"
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:*"
}
}
@@ -30,7 +30,7 @@ project property:
If you already downloaded the compiler manually you may specify the path to its root directory using `konan.home`
project property (e.g. in `gradle.properties`). Note: the plugin ignores the `konan.version` property in this case.
konan.home=/home/user/kotlin-native-0.3
konan.home=/home/user/kotlin-native-0.5
In this case the compiler will not be downloaded by the plugin.