diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-09-01 16:29:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 16:29:50 +0200 |
commit | 83231c0781a50fdeb05ded348187ae48557a1a1f (patch) | |
tree | f06a5b9e78f5b4c468cb22fbe8303c6eb2e693be /plugins/kotlin-as-java | |
parent | 02f30b142aa467d3a24cc52a1fe3f2fed7ea1e33 (diff) | |
download | dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.gz dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.tar.bz2 dokka-83231c0781a50fdeb05ded348187ae48557a1a1f.zip |
Update Dokka's references to 1.9.0 (#3154)
Diffstat (limited to 'plugins/kotlin-as-java')
-rw-r--r-- | plugins/kotlin-as-java/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kotlin-as-java/README.md b/plugins/kotlin-as-java/README.md index 40d33e68..b0ec7c8e 100644 --- a/plugins/kotlin-as-java/README.md +++ b/plugins/kotlin-as-java/README.md @@ -8,7 +8,7 @@ The Kotlin as Java plugin is published to maven central as a [separate artifact](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-as-java-plugin): ```text -org.jetbrains.dokka:kotlin-as-java-plugin:1.8.20 +org.jetbrains.dokka:kotlin-as-java-plugin:1.9.0 ``` **This plugin is at its early stages**, so you may experience issues and encounter bugs. Feel free to |