diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-24 19:09:33 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-24 19:09:33 +0300 |
commit | 17a9a1774ec10690a031ae7afba5f5cfc59a9f24 (patch) | |
tree | 8a50dbd082e8d48539fdf9a1dc2af89d87fb4a3b | |
parent | f0a80372cb6fd11cb8326408e0f8429fd97e5de8 (diff) | |
parent | 913e94a681c0c26017a72b33e54419b2b91808d1 (diff) | |
download | dokka-17a9a1774ec10690a031ae7afba5f5cfc59a9f24.tar.gz dokka-17a9a1774ec10690a031ae7afba5f5cfc59a9f24.tar.bz2 dokka-17a9a1774ec10690a031ae7afba5f5cfc59a9f24.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -125,6 +125,9 @@ Please see the [Dokka Maven example project](https://github.com/JetBrains/kotlin ### Using the Gradle plugin +If you want use Dokka **0.9.9** with **Kotlin 1.1-M03+** +it's recommended to use Gradle 3.2 + ```groovy buildscript { repositories { @@ -179,6 +182,9 @@ Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotli #### Android +If you want use Dokka **0.9.9** with **Kotlin 1.1-M03+** +it's recommended to use Gradle 3.2 + If you are using Android there is a separate gradle plugin. Just make sure you apply the plugin after `com.android.library` and `kotlin-android`. |