aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ogorodnik <sem-oro@yandex.ru>2016-11-29 19:22:41 +0300
committerGitHub <noreply@github.com>2016-11-29 19:22:41 +0300
commitfe4d32a3d7c8c01453d0a753a2215113846a5d51 (patch)
tree0674aa90cd468cb9bd23276a6114c9ab7b029d6c /README.md
parent37cbd962b7493aef63067a9f6b7f4abbaa56bc80 (diff)
downloaddokka-fe4d32a3d7c8c01453d0a753a2215113846a5d51.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index b5dadc363..3e1dc9558 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ and can generate documentation in multiple formats including standard Javadoc, H
### Using the Command Line
-To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.9/dokka-fatjar.jar).
+To run Dokka from the command line, download the [Dokka jar](https://github.com/Kotlin/dokka/releases/download/0.9.10/dokka-fatjar.jar).
To generate documentation, run the following command:
java -jar dokka-fatjar.jar <source directories> <arguments>
@@ -125,9 +125,6 @@ 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 {
@@ -182,9 +179,6 @@ 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`.