[build][version][doc] update

This commit is contained in:
Vasily Levchenko
2018-04-13 15:51:36 +03:00
committed by Vasily Levchenko
parent 86ec80a6a7
commit 94ba9d61a9
+1 -6
View File
@@ -26,13 +26,8 @@ The Kotlin/Native plugin depends on `org.jetbrains.kotlin:kotlin-gradle-plugin`.
plugins as buildscript dependencies, it's recommended to **declare them in the same `build.gradle`** to avoid issues with
plugin classpath.
The plugin downloads the compiler during its first run. You may specify a version of the compiler using `konan.version`
project property:
konan.version=0.3
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.
project property (e.g. in `gradle.properties`).
konan.home=/home/user/kotlin-native-0.5