gradle-plugin: Show error if konan.home-based classpaths are empty

Issue link: https://github.com/JetBrains/kotlin-native/issues/773
This commit is contained in:
Ilya Matveev
2017-08-08 16:19:00 +07:00
committed by ilmat192
parent 1a1148b0d0
commit b46a8535d3
6 changed files with 47 additions and 11 deletions
+3 -3
View File
@@ -24,10 +24,10 @@ project property:
konan.version=0.3
If you already downloaded the compiler manually you may specify the path to it using `konan.home` project property (e.g.
in `gradle.properties`). Note: the plugin ignores the `konan.version` property in this case.
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=/path/to/already/downloaded/compiler
konan.home=/home/user/kotlin-native-0.3
In this case the compiler will not be downloaded by the plugin.