implement support of wasm/js for browser

This commit is contained in:
nullsanya
2025-04-03 21:22:55 +10:00
parent 8ae983971a
commit 54576d8dec
28 changed files with 811 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ kotlin {
browser()
nodejs()
}
wasmJs {
browser()
nodejs()
}
androidTarget {
compilations.all {
kotlinOptions {