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
12
12
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
13
13
import org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsIrTarget
14
14
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
15
- import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
16
15
import kotlin.jvm.optionals.getOrNull
17
16
18
17
plugins {
@@ -162,10 +161,5 @@ private fun KotlinMultiplatformExtension.nativeTargets() {
162
161
}
163
162
164
163
rootProject.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"
171
165
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.9.22 "
2
+ kotlin = " 1.9.24 "
3
3
java = " 8"
4
4
dokka = " 1.9.20"
5
5
kover = " 0.8.0-Beta2"
You can’t perform that action at this time.
0 commit comments