diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-10-12 15:10:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 15:10:34 +0200 |
commit | 25bc442c783bb94899bb02de0f01af092f82ae81 (patch) | |
tree | f1daafe8723caf74fa70d3fe4568c4ebddbccd69 /docs/src/doc/docs/community | |
parent | 83174361becb2af227159834cdf6e14db9300c53 (diff) | |
download | dokka-25bc442c783bb94899bb02de0f01af092f82ae81.tar.gz dokka-25bc442c783bb94899bb02de0f01af092f82ae81.tar.bz2 dokka-25bc442c783bb94899bb02de0f01af092f82ae81.zip |
Update documentation and examples for 1.7.20 (#2697)
Diffstat (limited to 'docs/src/doc/docs/community')
-rw-r--r-- | docs/src/doc/docs/community/plugins-list.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/doc/docs/community/plugins-list.md b/docs/src/doc/docs/community/plugins-list.md index e43dcbf3..6ae8ce4c 100644 --- a/docs/src/doc/docs/community/plugins-list.md +++ b/docs/src/doc/docs/community/plugins-list.md @@ -155,6 +155,6 @@ For instance, `fun foo(bar: Bar): Baz` will be rendered as `public final Baz foo `Kotlin as Java` plugin is published to maven central as a [separate artifact](https://mvnrepository.com/artifact/org.jetbrains.dokka/kotlin-as-java-plugin): -`org.jetbrains.dokka:kotlin-as-java-plugin:1.7.10`. +`org.jetbrains.dokka:kotlin-as-java-plugin:1.7.20`. [Plugin source code on GitHub](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) |