Migrate kotlin-allopen module to variants

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2022-03-24 11:15:08 +01:00
parent 437592ac2a
commit 8d69675e7b
9 changed files with 3 additions and 3 deletions
@@ -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 }
}