Skip to content

Commit

Permalink
Enable WASM support for Koin extension
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Oct 7, 2024
1 parent bb2f79c commit 0271359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions voyager-koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ plugins {
}

setupModuleForComposeMultiplatform(
fullyMultiplatform = true,
enableWasm = false // https://github.com/InsertKoinIO/koin/issues/1634
fullyMultiplatform = true
)

android {
Expand Down

0 comments on commit 0271359

Please sign in to comment.