Skip to content

Commit

Permalink
Update formats for wasmJs
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 12, 2024
1 parent 51aaf99 commit 43c0913
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,14 @@ internal fun Project.configureComposeMultiplatform(
androidTarget { publishLibraryVariants("release") }
jvm("desktop")

@OptIn(ExperimentalWasmDsl::class)
js {
browser()
nodejs()
binaries.executable()
binaries.library()
}
wasmJs {
browser {
testTask {
enabled = false
}
}
nodejs {
testTask {
enabled = false
}
}
binaries.executable()
binaries.library()
}

Expand Down

0 comments on commit 43c0913

Please sign in to comment.