Skip to content

Commit

Permalink
Add dependency to kotlinx-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Sep 25, 2024
1 parent 9377dc2 commit 4a42cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ kotlin {
@OptIn(ExperimentalComposeLibrary::class)
implementation(compose.components.resources)
}
wasmJsMain.dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-browser:0.1")
}
}
}

Expand Down

0 comments on commit 4a42cd2

Please sign in to comment.