[Gradle] Fix wrong project path to :kotlin-test:kotlin-test-junit

This commit is contained in:
sebastian.sellmair
2022-01-19 15:29:07 +01:00
committed by Space
parent 0347a737f6
commit 47a1d2aec6
@@ -103,7 +103,7 @@ dependencies {
testImplementation(projectTests(":kotlin-build-common"))
testImplementation(project(":kotlin-android-extensions"))
testImplementation(project(":kotlin-compiler-runner"))
testImplementation(project(":kotlin-test::kotlin-test-junit"))
testImplementation(project(":kotlin-test:kotlin-test-junit"))
testImplementation(commonDependency("junit:junit"))
testImplementation(project(":kotlin-gradle-statistics"))
testCompileOnly(project(":kotlin-reflect-api"))