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 94bcc6f commit a196aacCopy full SHA for a196aac
core/build.gradle.kts
@@ -51,6 +51,9 @@ kotlin {
51
target("androidNativeX86")
52
target("androidNativeX64")
53
*/
54
+ // Tier 4 (deprecated, but still in demand)
55
+ target("linuxArm32Hfp")
56
+
57
// Darwin targets are listed separately
58
common("darwin") {
59
// Tier 1
serialization/build.gradle.kts
@@ -15,6 +15,8 @@ java {
15
kotlin {
16
infra {
17
target("linuxX64")
18
+ target("linuxArm64")
19
20
target("mingwX64")
21
target("macosX64")
22
target("macosArm64")
0 commit comments