[stdlib-mpp] Cleanup kotlin.stdlib.mpp build flag (always true)

This commit is contained in:
Ilya Gorbunov
2023-08-04 15:04:26 +02:00
committed by Space Team
parent 00fa09dbf3
commit 222f996d45
10 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ sourceSets {
dependencies {
expectedBy project(':kotlin-test:kotlin-test-common')
api(RepoDependencies.kotlinStdlib(project, "mpp"))
api(RepoDependencies.kotlinStdlib(project))
testApi(project(":kotlin-test:kotlin-test-junit"))
testApi('junit:junit:4.13.2')
}