File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
build-logic/src/main/kotlin/common Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ fun KotlinMultiplatformExtension.wasmJsTarget() {
222
222
sourceSets {
223
223
wasmJsMain {
224
224
dependencies {
225
+ // kotlinx-browser is only supported for WasmJs.
226
+ api(libs.kotlinx.browser)
225
227
api(libs.ktor.client.js)
226
228
// api(npm("@js-joda/timezone", libs.versions.npm.jsjoda.tz.get()))
227
229
}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ kotlinx-rpc = "0.1.0"
30
30
kotlinx-collections-immutable = " 0.3.7"
31
31
kotlinx-lincheck = " 2.32"
32
32
kotlinx-html = " 0.11.0"
33
+ kotlinx-browser = " 0.1"
33
34
kotlinx-benchmark = " 0.4.11"
34
35
kotlinx-metadata = " 0.9.0"
35
36
kotlinx-reflect-lite = " 1.1.0"
@@ -67,7 +68,7 @@ jte = "3.1.12"
67
68
jimfs = " 1.3.0"
68
69
sshj = " 0.38.0"
69
70
pty4j = " 0.12.35"
70
- junit = " 5.11.0-M2 "
71
+ junit = " 5.11.0-RC1 "
71
72
koin = " 3.5.6"
72
73
kotest = " 5.9.0"
73
74
mockk = " 1.13.12"
@@ -273,6 +274,7 @@ kotlinx-lincheck = { module = "org.jetbrains.kotlinx:linchec
273
274
kotlinx-reflect-lite = { module = " org.jetbrains.kotlinx:kotlinx.reflect.lite" , version.ref = " kotlinx-reflect-lite" }
274
275
kotlinx-collections-immutable = { module = " org.jetbrains.kotlinx:kotlinx-collections-immutable" , version.ref = " kotlinx-collections-immutable" }
275
276
kotlinx-html = { module = " org.jetbrains.kotlinx:kotlinx-html" , version.ref = " kotlinx-html" }
277
+ kotlinx-browser = { module = " org.jetbrains.kotlinx:kotlinx-browser" , version.ref = " kotlinx-browser" }
276
278
kotlinx-bench-runtime = { module = " org.jetbrains.kotlinx:kotlinx-benchmark-runtime" , version.ref = " kotlinx-benchmark" }
277
279
kotlin-ksp-api = { module = " com.google.devtools.ksp:symbol-processing-api" , version.ref = " kotlin-ksp" }
278
280
kotlin-redacted-annotations = { module = " dev.zacsweers.redacted:redacted-compiler-plugin-annotations" , version.ref = " kotlin-redacted" }
You can’t perform that action at this time.
0 commit comments