File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
build-logic/src/main/kotlin/kotlinx/io/conventions Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import org.jetbrains.kotlin.gradle.targets.js.KotlinWasmTargetType
1212import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
1313import org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsIrTarget
1414import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
15- import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
1615import kotlin.jvm.optionals.getOrNull
1716
1817plugins {
@@ -162,10 +161,5 @@ private fun KotlinMultiplatformExtension.nativeTargets() {
162161}
163162
164163rootProject.the<NodeJsRootExtension >().apply {
165- nodeVersion = " 21.0.0-v8-canary202310177990572111"
166- nodeDownloadBaseUrl = " https://nodejs.org/download/v8-canary"
167- }
168-
169- rootProject.tasks.withType<KotlinNpmInstallTask >().configureEach {
170- args.add(" --ignore-engines" )
164+ nodeVersion = " 22.1.0"
171165}
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.22 "
2+ kotlin = " 1.9.24 "
33java = " 8"
44dokka = " 1.9.20"
55kover = " 0.8.0-Beta2"
You can’t perform that action at this time.
0 commit comments