[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
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-platform-common'
|
||||
JvmToolchain.updateJvmTarget(project, "1.8")
|
||||
|
||||
dependencies {
|
||||
api RepoDependencies.kotlinStdlib(project, "common")
|
||||
api RepoDependencies.kotlinStdlib(project, "mpp")
|
||||
testApi project(":kotlin-test:kotlin-test-common")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user