[Wasm][Stdlib] Reuse K/N collections and StringBuilder

This commit is contained in:
Svyatoslav Kuzmich
2021-09-22 19:44:14 +03:00
parent 6ad6bca503
commit ab9a23cbfa
286 changed files with 1099 additions and 1409 deletions
+2 -1
View File
@@ -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,