[gradle-plugin-readme] Mention workaround for #1473

This commit is contained in:
Ilya Matveev
2018-04-13 16:22:30 +07:00
committed by ilmat192
parent 6c84a86a0f
commit 1b22d34852
+4
View File
@@ -22,6 +22,10 @@ You may use the Gradle plugin to build _Kotlin/Native_ projects. To use it you n
apply plugin: 'konan'
The Kotlin/Native plugin depends on `org.jetbrains.kotlin:kotlin-gradle-plugin`. So if a build contains both these
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: