Skip to content

Commit 63d9866

Browse files
committed
Fix WASM/js build
1 parent 2d2387d commit 63d9866

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sampleApp/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ kotlin {
2727
}
2828
}
2929
binaries.executable()
30+
compilerOptions {
31+
freeCompilerArgs.add("-Xwasm-use-new-exception-proposal")
32+
}
3033
}
3134

3235
iosX64()

0 commit comments

Comments
 (0)