Switch stdlib tests to KMP kotlin-test KT-61969

This commit is contained in:
Ilya Gorbunov
2023-11-24 05:16:58 +01:00
committed by Space Team
parent 7a4335b087
commit f07bf70aa7
5 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apply plugin: 'kotlin'
dependencies {
api project(':kotlin-stdlib-jdk8')
testApi project(':kotlin-test:kotlin-test-junit')
testApi RepoDependencies.kotlinTest(project, "junit")
}
sourceSets {