[Wasm][Stdlib] Reuse K/N collections and StringBuilder
This commit is contained in:
@@ -153,7 +153,8 @@ final List<File> stdLibSrc = [
|
||||
interopRuntimeCommonSrc,
|
||||
project(':kotlin-native:Interop:Runtime').file('src/native/kotlin'),
|
||||
project(':kotlin-native:Interop:JsRuntime').file('src/main/kotlin'),
|
||||
project(':kotlin-native:runtime').file('src/main/kotlin')
|
||||
project(':kotlin-native:runtime').file('src/main/kotlin'),
|
||||
project(":kotlin-stdlib-common").file('../native-wasm/src/')
|
||||
]
|
||||
|
||||
// These files are built before the 'dist' is complete,
|
||||
|
||||
Reference in New Issue
Block a user