From 94ba9d61a9b7f749228565dfea0a21a40488bd7a Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 13 Apr 2018 15:51:36 +0300 Subject: [PATCH] [build][version][doc] update --- GRADLE_PLUGIN.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index a08eaef2ee8..fe8953c1b25 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -26,13 +26,8 @@ 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`). Note: the plugin ignores the `konan.version` property in this case. +project property (e.g. in `gradle.properties`). konan.home=/home/user/kotlin-native-0.5