[Gradle] Introduce HasProject and implement HasMutableExtras in public entities

^KT-34662 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-03-10 12:11:27 +01:00
committed by Space Team
parent 37e1d09c3e
commit 028780ae97
18 changed files with 31 additions and 29 deletions
@@ -14,7 +14,7 @@ dependencies {
commonApi(project(":kotlin-gradle-plugin-annotations"))
commonApi(project(":native:kotlin-native-utils"))
commonApi(project(":kotlin-project-model"))
commonImplementation(project(":kotlin-tooling-core"))
commonApi(project(":kotlin-tooling-core"))
commonCompileOnly(project(":kotlin-gradle-compiler-types"))
commonCompileOnly("com.android.tools.build:gradle-api:4.2.2") {