Skip to content

Commit fc60402

Browse files
committed
Remove old workaround with node v16
1 parent f283ecb commit fc60402

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

skiko/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -585,17 +585,6 @@ tasks.withType<AbstractTestTask> {
585585
}
586586
}
587587

588-
rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> {
589-
val nodeExtension = rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>()
590-
nodeExtension.nodeVersion = "16.0.0"
591-
// Kotlin/JS has a bug preventing compilation on non-x86 Linux machines,
592-
// see https://youtrack.jetbrains.com/issue/KT-48631
593-
// It always downloads and uses x86 version, so on those architectures
594-
if (hostOs == OS.Linux && hostArch != Arch.X64) {
595-
nodeExtension.download = false
596-
}
597-
}
598-
599588
tasks.withType<JavaCompile> {
600589
// Workaround to configure Java sources on Android (src/androidMain/java)
601590
targetCompatibility = "1.8"

0 commit comments

Comments
 (0)