Skip to content

Commit

Permalink
Fix JS target config
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Nov 14, 2024
1 parent aa7c881 commit a03420e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui-components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ kotlin {

@OptIn(ExperimentalWasmDsl::class)
wasmJs()
js()
js {
browser()
}

sourceSets {
commonMain.dependencies {
Expand Down

0 comments on commit a03420e

Please sign in to comment.