Skip to content

Commit 12af7fc

Browse files
committed
Kotlin 2.2 migration: Drop obsolete nodejs setup
1 parent 617cadf commit 12af7fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

integration-testing/smokeTest/build.gradle.kts

-8
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,3 @@ kotlin {
8080
}
8181
}
8282
}
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

Comments
 (0)