Skip to content

Commit

Permalink
Fix for wasm platform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Apr 12, 2024
1 parent 9a792c9 commit 0736dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ tasks {
dependsOn(publish)
}

val linkDebugTestIosSimulatorArm64: Task by getting {
dependsOn("signIosSimulatorArm64Publication")
}

withType<Test> {
reports {
junitXml.required.set(true)
Expand Down

0 comments on commit 0736dde

Please sign in to comment.