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 c5c45ec commit 5b120b5Copy full SHA for 5b120b5
sample/build.gradle.kts
@@ -8,7 +8,7 @@ kotlin {
8
listOf(
9
macosArm64(),
10
macosX64(),
11
- linuxArm64(),
+ //linuxArm64(), // https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native
12
linuxX64(),
13
).forEach {
14
it.binaries {
0 commit comments