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