We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617cadf commit 12af7fcCopy full SHA for 12af7fc
integration-testing/smokeTest/build.gradle.kts
@@ -80,11 +80,3 @@ kotlin {
80
}
81
82
83
-
84
-// Drop this configuration when the Node.JS version in KGP will support wasm gc milestone 4
85
-// check it here:
86
-// https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsRootExtension.kt
87
-rootProject.extensions.findByType(NodeJsRootExtension::class.java)?.apply {
88
- nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2"
89
- nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
90
-}
0 commit comments