Build: Rename commonDep -> commonDependency
This commit is contained in:
committed by
teamcity
parent
156ecce961
commit
bc2f0936bd
@@ -15,7 +15,7 @@ dependencies {
|
||||
compileOnly project(':kotlin-noarg-compiler-plugin')
|
||||
|
||||
testApi gradleApi()
|
||||
testApi(DependenciesKt.commonDep(project, "junit"))
|
||||
testApi(DependenciesKt.commonDependency(project, "junit"))
|
||||
|
||||
embedded(project(":kotlin-noarg-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user