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 5b120b5 commit 3b67e9aCopy full SHA for 3b67e9a
lambda-events/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
kotlin {
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
14
sourceSets {
lambda-runtime/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
15
16
17
0 commit comments