aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96bf9601..b5dadc36 100644
--- a/README.md
+++ b/README.md
@@ -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`.