aboutsummaryrefslogtreecommitdiff
path: root/docs/src/doc/docs/community
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-10-12 15:10:34 +0200
committerGitHub <noreply@github.com>2022-10-12 15:10:34 +0200
commit25bc442c783bb94899bb02de0f01af092f82ae81 (patch)
treef1daafe8723caf74fa70d3fe4568c4ebddbccd69 /docs/src/doc/docs/community
parent83174361becb2af227159834cdf6e14db9300c53 (diff)
downloaddokka-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.md2
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)