Files
kotlin-fork/libraries/tools/kotlin-gradle-plugin-api
Yahor Berdnikau facc9cdb58 [Gradle] Add compiler options DSL for Kotlin targets
Restore compiler options DSL for all Kotlin targets. 'KotlinTarget'
interface does not provide any common way to configuring options - this
is the responsibility of related plugin extensions.

From the hierarchical standpoint of view target DSL overrides options
configured in the extension.

^KT-57292 In Progress
2024-01-19 14:16:11 +00:00
..

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.