kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

KT-72027: [Gradle, JS] Support Windows on ARM

Open Kai-Z-JP opened this issue 4 months ago • 0 comments

KT-72027 JS target build fails on ARM64 Windows

Build fails when building Kotlin Multiplatform JS target on Windows on ARM. It appears to fail because it is trying to call the uname command, which does not exist in Windows.

This change adds support for the kotlin-gradle-plugin js target for Windows on ARM, which ported from node-gradle changes. https://github.com/node-gradle/gradle-node-plugin/issues/315 https://github.com/node-gradle/gradle-node-plugin/commit/8b2f4cfb049cfd8f9a1dda08f62e696457410f9e#diff-afa737f9e45b97c369ddea14513270b563ac29801e8b42148f670f18aae703a7.

Kai-Z-JP avatar Oct 07 '24 16:10 Kai-Z-JP