We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c08fd commit b840795Copy full SHA for b840795
runtime/build.gradle
@@ -45,7 +45,7 @@ kotlin {
45
root.common { common ->
46
common.group("jsWasmJsShared") { group ->
47
group.withJs()
48
- group.withWasm()
+ group.withWasmJs()
49
}
50
51
0 commit comments