tree: 962e8433a69646a0bde1bc91667f50281a94d586 [path history] [tgz]
  1. api/
  2. src/
  3. build.gradle.kts
  4. ReadMe.md
libraries/tools/kotlin-gradle-plugin-annotations/ReadMe.md

Gradle Plugin Annotations

Contains all necessary annotations related to the Kotlin Gradle Plugin and modules around it. This module has no dependencies and can therefore be considered very lightweight.

API Surface Control Annotations

InternalKotlinGradlePluginApi

Can be used to mark APIs as ‘internal’ where an ‘internal’ modifier cannot be used (e.g. when entities need to be re-used across several modules within kotlin.git)

ExperimentalKotlinGradlePluginApi

Can be used to mark APIs as ‘experimental’. No stability guarantees can be provided for APIs marked with this annotation