[stdlib-mpp] Switch kotlin-stdlib project to multiplatform
#KT-56106
This commit is contained in:
committed by
Space Team
parent
fac620df0b
commit
34720f27d4
@@ -32,7 +32,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
val copySources by task<Sync> {
|
||||
val stdlibProjectDir = project(":kotlin-stdlib").projectDir
|
||||
val stdlibProjectDir = file("$rootDir/libraries/stdlib/jvm")
|
||||
|
||||
from(stdlibProjectDir.resolve("runtime"))
|
||||
.include("kotlin/TypeAliases.kt",
|
||||
|
||||
Reference in New Issue
Block a user