Skip to content

Commit 3880c03

Browse files
committed
Replace deprecated withWasm with withWasmJs
1 parent f7d4ca8 commit 3880c03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kmp-observableviewmodel-core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kotlin {
2727
withLinuxArm64()
2828
group("mingw")
2929
group("tvos")
30-
withWasm()
30+
withWasmJs()
3131
group("watchos")
3232
}
3333
group("nonApple") {
@@ -36,7 +36,7 @@ kotlin {
3636
withJs()
3737
group("linux")
3838
group("mingw")
39-
withWasm()
39+
withWasmJs()
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)