tree: 49c22ca1c12476d3a511ce6e1166a50f4ff8e87b [path history] [tgz]
  1. api/
  2. dokka-template/
  3. src/
  4. build.gradle.kts
  5. ReadMe.md
libraries/tools/kotlin-gradle-plugin-api/ReadMe.md

Gradle Plugin Api

Lightweight module defining the API surface of the Kotlin Gradle Plugin.

Binary Compatibility Validation

The public API surface of this module is checked for stability using the binary compatibility validator plugin to prevent accidental public API changes.

You can execute public API validation by running apiCheck task (also executed when check task runs).

In order to overwrite the reference API snapshot, you can launch apiDump task.