Skip to content

Commit 3dc1229

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Replace deprecated withWasm() with withWasmJs() in build script
1 parent 3be08f3 commit 3dc1229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kotlin {
5050
common {
5151
group("jsWasmJsShared") {
5252
withJs()
53-
withWasm()
53+
withWasmJs()
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)