diff options
author | Simon Ogorodnik <sem-oro@yandex.ru> | 2016-11-22 11:25:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 11:25:21 +0300 |
commit | 913e94a681c0c26017a72b33e54419b2b91808d1 (patch) | |
tree | c0ee3aca5d109be1eb5a8f3181bb62bbaa075b16 /README.md | |
parent | d8be364a89ab7d9f38196ef17d0d4eb1d9659b48 (diff) | |
download | dokka-913e94a681c0c26017a72b33e54419b2b91808d1.tar.gz dokka-913e94a681c0c26017a72b33e54419b2b91808d1.tar.bz2 dokka-913e94a681c0c26017a72b33e54419b2b91808d1.zip |
Update README.md
Mentioned in read me that Kotlin 1.1-M03 requires Gradle 3.2
Diffstat (limited to 'README.md')
-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`. |