diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-07-13 12:13:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 12:13:41 +0200 |
commit | 7cbdcc9ae62d03af5efbab8f5ce2d815f456513a (patch) | |
tree | 2e2a90b5a24a4301a611236cdbea31d56fd6296b /docs/src/doc/docs/community | |
parent | 0cdb6d4de754ef5381de09be55ebdafa6868caca (diff) | |
download | dokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.tar.gz dokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.tar.bz2 dokka-7cbdcc9ae62d03af5efbab8f5ce2d815f456513a.zip |
Update references and documentation to Dokka 1.7.10 (#2566)
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 ed8993fc..e43dcbf3 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.0`. +`org.jetbrains.dokka:kotlin-as-java-plugin:1.7.10`. [Plugin source code on GitHub](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) |