Skip to content

Commit a196aac

Browse files
committed
Add linuxArm32Hfp target
Also add missing targets in serialization test module
1 parent 94bcc6f commit a196aac

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

core/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ kotlin {
5151
target("androidNativeX86")
5252
target("androidNativeX64")
5353
*/
54+
// Tier 4 (deprecated, but still in demand)
55+
target("linuxArm32Hfp")
56+
5457
// Darwin targets are listed separately
5558
common("darwin") {
5659
// Tier 1

serialization/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ java {
1515
kotlin {
1616
infra {
1717
target("linuxX64")
18+
target("linuxArm64")
19+
target("linuxArm32Hfp")
1820
target("mingwX64")
1921
target("macosX64")
2022
target("macosArm64")

0 commit comments

Comments
 (0)