Skip to content

Commit

Permalink
[gradle-plugin-readme] Mention workaround for JetBrains#1473
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmat192 committed Apr 17, 2018
1 parent 6c84a86 commit 1b22d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GRADLE_PLUGIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1b22d34

Please sign in to comment.