Skip to content

Commit

Permalink
🚑️ Disable js compose target
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Jul 6, 2024
1 parent a6f3274 commit 6dc56d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filekit-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {
// JS / Web
@OptIn(ExperimentalWasmDsl::class)
listOf(
js(),
// js(IR),
wasmJs(),
).forEach {
it.moduleName = "FileKitCompose"
Expand Down

0 comments on commit 6dc56d9

Please sign in to comment.