[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
@@ -4,6 +4,7 @@ plugins {
}
dependencies {
commonApi(project(":kotlin-gradle-plugin-annotations"))
commonApi(project(":native:kotlin-native-utils"))
commonApi(project(":kotlin-project-model"))
commonImplementation(project(":kotlin-tooling-core"))