[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
@@ -15,7 +15,7 @@ configurations {
dependencies {
expectedBy project(':kotlin-test:kotlin-test-common')
expectedBy project(':kotlin-test:kotlin-test-annotations-common')
api RepoDependencies.kotlinStdlib(project, "mpp")
api RepoDependencies.kotlinStdlib(project)
}
compileKotlin2Js {