mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-09-12 19:24:26 +00:00
continue to try to add wasm target
This commit is contained in:
@@ -29,6 +29,11 @@ kotlin {
|
||||
linuxX64()
|
||||
mingwX64()
|
||||
linuxArm64()
|
||||
wasm {
|
||||
browser()
|
||||
nodejs()
|
||||
d8()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
@@ -57,6 +62,10 @@ kotlin {
|
||||
mingwX64Main.dependsOn nativeMain
|
||||
linuxArm64Main.dependsOn nativeMain
|
||||
|
||||
if (hasProperty("wasmDependsOnJs") && wasmDependsOnJs == true) {
|
||||
wasmJs.dependsOn jsMain
|
||||
}
|
||||
|
||||
androidMain.dependsOn jvmMain
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user