Migrate kotlin-gradle-plugin-api module to variants
^KT-49227 In Progress
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user