What is the name for the “only Kotlin” format for HTML Dokka plugin?

I was reading the documentation for getting started with Dokka, and I noticed that they used kotlin-as-java-plugin as the format:

dependencies { dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.6.0") } 

Is there a way I can get the “only Kotlin” version?

Thanks, and happy coding!

submitted by /u/S5904
[link] [comments]