[stdlib-mpp] use stdlib-mpp dependency instead of stdlib in kotlin-test projects

#KT-56106
This commit is contained in:
Ilya Gorbunov
2022-02-07 19:00:09 +03:00
committed by Space Team
parent 5c6d3b03df
commit e53602e763
5 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ sourceSets {
dependencies {
expectedBy project(':kotlin-test:kotlin-test-common')
api(RepoDependencies.kotlinStdlib(project))
api(RepoDependencies.kotlinStdlib(project, "mpp"))
testApi(project(":kotlin-test:kotlin-test-junit"))
testApi('junit:junit:4.13.2')
}