[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:
committed by
Space
parent
d9c5f100db
commit
8189d7b254
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user