Skip to content

Commit b840795

Browse files
author
Abduqodiri Qurbonzoda
committed
Replace deprecated withWasm() with withWasmJs() in build script
1 parent 08c08fd commit b840795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kotlin {
4545
root.common { common ->
4646
common.group("jsWasmJsShared") { group ->
4747
group.withJs()
48-
group.withWasm()
48+
group.withWasmJs()
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)