[Gradle] Add ReadMe.md to k.g.p-annotations module
^KT-54029 Verification Pending
This commit is contained in:
committed by
Space
parent
60c969fe06
commit
bdfbac07d9
@@ -0,0 +1,15 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user