Skip to content

Commit

Permalink
Wasm invalid gradle configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev authored and tbogdanova committed Mar 20, 2024
1 parent 7fb0d74 commit 7353626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ kotlin {
}

val wasmMain by creating {
dependsOn(commonMain)
}
val wasmTest by creating {
dependsOn(commonTest)
}

val wasmJsMain by getting {
Expand Down

0 comments on commit 7353626

Please sign in to comment.