Search Gradle plugins

Version 0.8.0 (latest)

0.8.0

Created 03 December 2024.

Dokka convention plugin

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 .