Skip to content

Commit 4a42cd2

Browse files
committed
Add dependency to kotlinx-browser
1 parent 9377dc2 commit 4a42cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composeApp/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ kotlin {
8181
@OptIn(ExperimentalComposeLibrary::class)
8282
implementation(compose.components.resources)
8383
}
84+
wasmJsMain.dependencies {
85+
implementation("org.jetbrains.kotlinx:kotlinx-browser:0.1")
86+
}
8487
}
8588
}
8689

0 commit comments

Comments
 (0)