dev.adamko.dokkatoo-javadoc
Owner: Adam
Generates javadoc documentation sites for Kotlin projects using Dokka
https://adamko-dev.github.io/dokkatoo/
Sources: https://github.com/adamko-dev/dokkatoo.git
Version 2.3.1 (latest)
2.3.1
Created 17 April 2024.
Generates Javadoc documentation for Kotlin projects (using Dokka)
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.adamko.dokkatoo-javadoc") version "2.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.adamko.dokkatoo:dokkatoo-plugin:2.3.1") } } apply(plugin = "dev.adamko.dokkatoo-javadoc")
- Applying plugins to all subprojects .