Revert unified versioning.

Revert "[build][version] generate KonanVersion using data from gradle.properties." 07ae3144de.
Revert "[gradle][test] disable version test" 86ec80a6a7.
Revert "[build][version][doc] update" 94ba9d61a9.
This commit is contained in:
Vasily Levchenko
2018-04-20 06:48:05 +03:00
parent 9e0c44a323
commit fe28b13e4f
16 changed files with 60 additions and 126 deletions
+6 -1
View File
@@ -26,8 +26,13 @@ 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`).
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.5