diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index d1cf4675582..f72f5d20663 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -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"))