[Gradle] Implement kotlin-gradle-plugin-annotations module

This will include Internal* and *Experimental annotations for the
Kotlin Gradle Plugin. The separate module is proposed, so that
additional modules can use those annotations without
a dependency to the full kotlin-gradle-plugin-api module
(see -idea modules)

^KT-54029 WIP
This commit is contained in:
Sebastian Sellmair
2022-09-14 16:59:33 +02:00
committed by Space
parent d9c5f100db
commit 8189d7b254
8 changed files with 43 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
<trust group="org.jetbrains.kotlin" name="kotlin-daemon-embeddable"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-api"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-annotations"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-model"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-idea"/>
<trust group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-idea-proto"/>