Migrate kotlin-allopen module to variants
^KT-49227 In Progress
This commit is contained in:
@@ -10,10 +10,10 @@ pill {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":kotlin-gradle-plugin-model"))
|
||||
commonApi(project(":kotlin-gradle-plugin-model"))
|
||||
|
||||
compileOnly(project(":kotlin-compiler-embeddable"))
|
||||
compileOnly(project(":kotlin-allopen-compiler-plugin"))
|
||||
commonCompileOnly(project(":kotlin-compiler-embeddable"))
|
||||
commonCompileOnly(project(":kotlin-allopen-compiler-plugin"))
|
||||
|
||||
embedded(project(":kotlin-allopen-compiler-plugin")) { isTransitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user