Skip to content

Commit

Permalink
➕ Add kotlinx-browser library on WASM target 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Nov 6, 2024
1 parent 3391519 commit cebd95d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filekit-dialog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ kotlin {

nativeMain.get().dependsOn(nonWebMain)
iosMain.get().dependsOn(mobileMain)

wasmJsMain.dependencies {
implementation(libs.kotlinx.browser)
}
}

@OptIn(ExperimentalKotlinGradlePluginApi::class)
Expand Down

0 comments on commit cebd95d

Please sign in to comment.