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 41c0bb1 commit 8b58c60Copy full SHA for 8b58c60
gradle/native-targets.gradle
@@ -11,13 +11,14 @@ kotlin {
11
12
// According to https://kotlinlang.org/docs/native-target-support.html
13
// Tier 1
14
- linuxX64()
15
macosX64()
16
macosArm64()
17
iosSimulatorArm64()
18
iosX64()
19
20
// Tier 2
+ linuxX64()
21
+ linuxArm64()
22
watchosSimulatorArm64()
23
watchosX64()
24
watchosArm32()
@@ -26,7 +27,6 @@ kotlin {
26
27
tvosX64()
28
tvosArm64()
29
iosArm64()
- linuxArm64()
30
31
// Tier 3
32
mingwX64()
0 commit comments