Skip to content

Commit

Permalink
Add linuxArm32Hfp target
Browse files Browse the repository at this point in the history
Also add missing targets in serialization test module
  • Loading branch information
ilya-g committed Aug 31, 2023
1 parent 94bcc6f commit a196aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ kotlin {
target("androidNativeX86")
target("androidNativeX64")
*/
// Tier 4 (deprecated, but still in demand)
target("linuxArm32Hfp")

// Darwin targets are listed separately
common("darwin") {
// Tier 1
Expand Down
2 changes: 2 additions & 0 deletions serialization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ java {
kotlin {
infra {
target("linuxX64")
target("linuxArm64")
target("linuxArm32Hfp")
target("mingwX64")
target("macosX64")
target("macosArm64")
Expand Down

0 comments on commit a196aac

Please sign in to comment.