We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4026d1b commit 03f6211Copy full SHA for 03f6211
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