Migrate kotlin-gradle-plugin-api module to variants

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2022-03-24 11:08:50 +01:00
parent ad9aa8d519
commit 437592ac2a
35 changed files with 4 additions and 4 deletions
@@ -4,8 +4,8 @@ plugins {
}
dependencies {
api(project(":native:kotlin-native-utils"))
api(project(":kotlin-project-model"))
implementation(project(":kotlin-tooling-core"))
compileOnly("com.android.tools.build:gradle:3.6.4")
commonApi(project(":native:kotlin-native-utils"))
commonApi(project(":kotlin-project-model"))
commonImplementation(project(":kotlin-tooling-core"))
commonCompileOnly("com.android.tools.build:gradle:3.6.4")
}