Skip to content

Commit 4b20506

Browse files
committed
chore: misc changes
1 parent 45e4e3f commit 4b20506

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.2"
41-
kotlin-wrappers = "2025.9.7"
41+
kotlin-wrappers = "2025.9.8"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.19"
4444
kotlinx-multik = "0.2.3"
@@ -94,7 +94,7 @@ sshj = "0.40.0"
9494
jsch = "2.27.3"
9595
pty4j = "0.13.11"
9696
oshi = "6.8.3"
97-
junit = "6.0.0-RC2"
97+
junit = "6.0.0-RC3"
9898
koin = "4.1.1"
9999
koin-annotations = "2.2.0-RC1"
100100
metro = "0.4.0"

plugins/project/src/main/kotlin/common/Multiplatform.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fun KotlinJsTargetDsl.webConfig(project: Project) =
9292
// distribution { outputDirectory = file("$projectDir/docs") }
9393
}
9494

95+
// useEsModules()
9596
if (isSharedProject.not()) {
9697
binaries.executable()
9798
}

plugins/project/src/main/kotlin/common/ProjectExtns.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ fun TestLoggingContainer.configureLogEvents() {
553553
fun KotlinJsCompilerOptions.configureKotlinJs() {
554554
freeCompilerArgs.addAll("-Xir-per-file", "-Xes-long-as-bigint")
555555
target = "es2015"
556+
optIn.add("kotlin.js.ExperimentalJsExport")
556557
// sourceMap = true
557558
// sourceMapEmbedSources = "always"
558559
}

0 commit comments

Comments
 (0)