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"
38
38
kotlinx-metadata = " 0.9.0"
39
39
kotlinx-reflect-lite = " 1.2.0-RC"
40
40
kotlin-lincheck = " 3.2"
41
- kotlin-wrappers = " 2025.9.7 "
41
+ kotlin-wrappers = " 2025.9.8 "
42
42
kotlin-redacted = " 1.15.0"
43
43
kotlin-serviceloader = " 0.0.19"
44
44
kotlinx-multik = " 0.2.3"
@@ -94,7 +94,7 @@ sshj = "0.40.0"
94
94
jsch = " 2.27.3"
95
95
pty4j = " 0.13.11"
96
96
oshi = " 6.8.3"
97
- junit = " 6.0.0-RC2 "
97
+ junit = " 6.0.0-RC3 "
98
98
koin = " 4.1.1"
99
99
koin-annotations = " 2.2.0-RC1"
100
100
metro = " 0.4.0"
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ fun KotlinJsTargetDsl.webConfig(project: Project) =
92
92
// distribution { outputDirectory = file("$projectDir/docs") }
93
93
}
94
94
95
+ // useEsModules()
95
96
if (isSharedProject.not ()) {
96
97
binaries.executable()
97
98
}
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ fun TestLoggingContainer.configureLogEvents() {
553
553
fun KotlinJsCompilerOptions.configureKotlinJs () {
554
554
freeCompilerArgs.addAll(" -Xir-per-file" , " -Xes-long-as-bigint" )
555
555
target = " es2015"
556
+ optIn.add(" kotlin.js.ExperimentalJsExport" )
556
557
// sourceMap = true
557
558
// sourceMapEmbedSources = "always"
558
559
}
You can’t perform that action at this time.
0 commit comments