org.jetbrains.dokka
Owner: Kotlin Team
Dokka, the documentation engine for Kotlin
Sources: https://github.com/Kotlin/dokka
Version 0.9.14-eap-1
0.9.14-eap-1
Created 24 April 2017.
Dokka, the Kotlin documentation tool
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.dokka") version "0.9.14-eap-1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.14-eap-1") } } apply(plugin = "org.jetbrains.dokka")
- Applying plugins to all subprojects .