[stdlib-mpp] use stdlib-mpp dependency instead of stdlib in kotlin-test projects
#KT-56106
This commit is contained in:
committed by
Space Team
parent
5c6d3b03df
commit
e53602e763
@@ -10,7 +10,7 @@ configurations {
|
||||
dependencies {
|
||||
expectedBy project(':kotlin-test:kotlin-test-common')
|
||||
expectedBy project(':kotlin-test:kotlin-test-annotations-common')
|
||||
api RepoDependencies.kotlinStdlib(project, "js")
|
||||
api RepoDependencies.kotlinStdlib(project, "mpp")
|
||||
}
|
||||
|
||||
compileKotlin2Js {
|
||||
|
||||
Reference in New Issue
Block a user