From 080b17653931f71cf0c5c9f315cf7ca74ccffd28 Mon Sep 17 00:00:00 2001 From: ilmat192 Date: Thu, 5 Jul 2018 20:23:57 +0700 Subject: [PATCH] Add some links about the new Gradle plugin in its readme. (#1765) --- GRADLE_PLUGIN.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GRADLE_PLUGIN.md b/GRADLE_PLUGIN.md index 1a4aab815a8..e3a41c53b25 100644 --- a/GRADLE_PLUGIN.md +++ b/GRADLE_PLUGIN.md @@ -1,6 +1,10 @@ # Kotlin/Native Gradle plugin -#### __Note__: The plugin DSL was changed in v0.3.4. See the details below. +_Note: In the version 0.8 a new experimental plugin has been introduced. It is integrated with new Gradle support +for native languages and provides a new DSL which is much closer to the DSL of Kotlin/JVM and Kotlin/JS +plugins than the old one. The plugin is at an early stage so some things may be changed in upcoming releases. See +[this demo project](https://github.com/ilmat192/Kotlin-Native-Gradle-Experiments) or +[MPP http client](https://github.com/e5l/http-client-common/tree/master/samples/ios-test-application) for DSL example._ ## Overview