Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Sep 30, 2024
1 parent 9c12294 commit 744c8a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mahjong-utils-entry/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ kotlin {
}
}
if (enableWasm) {
val wasmMain by creating {
dependsOn(commonMain)
}
val wasmTest by creating {
dependsOn(commonTest)
}
val wasmJsMain by getting {
dependsOn(wasmMain)
}
Expand Down

0 comments on commit 744c8a4

Please sign in to comment.