mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-14 21:09:24 +00:00
implement support of wasm/js for browser
This commit is contained in:
@@ -19,6 +19,10 @@ kotlin {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
wasmJs {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
androidTarget {
|
||||
compilations.all {
|
||||
kotlinOptions {
|
||||
|
Reference in New Issue
Block a user