File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
plugins/project/src/main/kotlin/common Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838kotlinx-metadata = " 0.9.0"
3939kotlinx-reflect-lite = " 1.2.0-RC"
4040kotlin-lincheck = " 3.2"
41- kotlin-wrappers = " 2025.9.7 "
41+ kotlin-wrappers = " 2025.9.8 "
4242kotlin-redacted = " 1.15.0"
4343kotlin-serviceloader = " 0.0.19"
4444kotlinx-multik = " 0.2.3"
@@ -94,7 +94,7 @@ sshj = "0.40.0"
9494jsch = " 2.27.3"
9595pty4j = " 0.13.11"
9696oshi = " 6.8.3"
97- junit = " 6.0.0-RC2 "
97+ junit = " 6.0.0-RC3 "
9898koin = " 4.1.1"
9999koin-annotations = " 2.2.0-RC1"
100100metro = " 0.4.0"
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ fun TestLoggingContainer.configureLogEvents() {
553553fun 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}
You can’t perform that action at this time.
0 commit comments