From 1b22d348525f5c709aac8392b9cb2a8b4573e419 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Fri, 13 Apr 2018 16:22:30 +0700 Subject: [PATCH] [gradle-plugin-readme] Mention workaround for #1473 --- GRADLE_PLUGIN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index ceb96007dc8..a08eaef2ee8 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -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: