Replace kotlin-test-js project dependencies in the project

KT-61969
This commit is contained in:
Ilya Gorbunov
2023-11-12 04:24:07 +01:00
committed by Space Team
parent 4b2e1240eb
commit c40de28775
3 changed files with 11 additions and 11 deletions
@@ -126,7 +126,7 @@ tasks.check {
}
dependencies {
api(project(":kotlin-test:kotlin-test-js-ir"))
api(project(":kotlin-test"))
}
tasks.named("compileTestKotlinJs") {