File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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-
599588tasks.withType<JavaCompile > {
600589 // Workaround to configure Java sources on Android (src/androidMain/java)
601590 targetCompatibility = " 1.8"
You can’t perform that action at this time.
0 commit comments