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:
+6
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user