Skip to content

Commit 474612c

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Drop the Wasm workaround with using unstable NodeJs version
In Kotlin 2.0.20 the workaround is no longer needed are it uses NodeJs 22.0.0+
1 parent 35f458a commit 474612c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,3 @@ tasks {
146146
maxHeapSize = "1024m"
147147
}
148148
}
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

Comments
 (0)