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 35f458a commit 474612cCopy full SHA for 474612c
core/build.gradle.kts
@@ -146,13 +146,3 @@ tasks {
146
maxHeapSize = "1024m"
147
}
148
149
-
150
-with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootProject)) {
151
- nodeVersion = "21.0.0-v8-canary202309167e82ab1fa2"
152
- nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
153
-}
154
155
-// Drop this when node js version become stable
156
-tasks.withType<org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask>().configureEach {
157
- args.add("--ignore-engines")
158
0 commit comments