Migrate 'kotlin-noarg' module to variants

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2022-03-24 11:50:23 +01:00
parent 2c7992596c
commit 21a12b9a58
9 changed files with 3 additions and 3 deletions
@@ -10,10 +10,10 @@ pill {
} }
dependencies { dependencies {
api(project(":kotlin-gradle-plugin-model")) commonApi(project(":kotlin-gradle-plugin-model"))
compileOnly(project(":compiler")) commonCompileOnly(project(":compiler"))
compileOnly(project(":kotlin-noarg-compiler-plugin")) commonCompileOnly(project(":kotlin-noarg-compiler-plugin"))
testImplementation(gradleApi()) testImplementation(gradleApi())
testImplementation(commonDependency("junit")) testImplementation(commonDependency("junit"))