com.huanshankeji.dokka.dokka-convention
Owner: Shreck Ye
Dokka convention plugin
https://github.com/huanshankeji/gradle-common
Sources: https://github.com/huanshankeji/gradle-common.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.huanshankeji.dokka.dokka-convention") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.8.0") } } apply(plugin = "com.huanshankeji.dokka.dokka-convention")
- Applying plugins to all subprojects .