Build: Rename commonDep -> commonDependency
This commit is contained in:
committed by
teamcity
parent
156ecce961
commit
bc2f0936bd
@@ -9,7 +9,7 @@ dependencies {
|
||||
testApi(project(":core:util.runtime"))
|
||||
testApi(projectTests(":compiler:test-infrastructure-utils"))
|
||||
testApi(kotlinStdlib())
|
||||
testApi(commonDep("junit:junit"))
|
||||
testApi(commonDependency("junit:junit"))
|
||||
testApiJUnit5()
|
||||
testApi(project(":generators"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user