Skip to content

Commit 7eb99f7

Browse files
committed
AMEND
1 parent 18ccfe6 commit 7eb99f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,9 @@ if (CacheRedirector.enabled) {
376376
}
377377
}
378378

379-
// Update node version to support latest wasm engine
379+
// Drop this configuration when the Node.JS version in KGP is at least 20.2.0
380+
// check it here:
381+
// https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtension.kt
380382
extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with {
381383
it.nodeVersion = "20.2.0"
382384
}

integration-testing/smokeTest/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ kotlin {
6060
}
6161
}
6262

63-
// Update node version to support latest wasm engine
63+
// Drop this configuration when the Node.JS version in KGP is at least 20.2.0
64+
// check it here:
65+
// https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtension.kt
6466
rootProject.extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension.class).with {
6567
it.nodeVersion = "20.2.0"
6668
}

0 commit comments

Comments
 (0)