Build: Rename commonDep -> commonDependency
This commit is contained in:
committed by
teamcity
parent
156ecce961
commit
bc2f0936bd
@@ -44,7 +44,7 @@ dependencies {
|
||||
implementation project(":kotlin-stdlib")
|
||||
implementation project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
|
||||
implementation project(":kotlin-native:utilities:basic-utils")
|
||||
testImplementation DependenciesKt.commonDep(project, "junit")
|
||||
testImplementation DependenciesKt.commonDependency(project, "junit")
|
||||
testImplementation project(":kotlin-test:kotlin-test-junit")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user