Skip to content

Commit

Permalink
Remove js supports
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 5, 2024
1 parent 7ebc212 commit 9aa85f5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions compose-stable-marker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ kotlin {
macosX64()
macosArm64()

js {
browser()
nodejs {
testTask {
useMocha {
timeout = "60s"
}
}
}
binaries.executable()
binaries.library()
}

@OptIn(ExperimentalWasmDsl::class)
wasmJs {
browser {
Expand Down

0 comments on commit 9aa85f5

Please sign in to comment.