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