Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.12k stars 56 forks source link

Add support for linuxArm64 #145

Closed Nailik closed 9 months ago

Nailik commented 1 year ago

There is no support for linuxArm64Main or linuxArm64Test. This blocks a lot of ppl from using this in their multiplatform projects/libraries without adding compose dependencies.

Therefore the libraries cannot make stable data classes for compose which would be very important.

This is related to https://github.com/Kotlin/kotlinx.collections.immutable/issues/79

Nailik commented 1 year ago

bump

qurbonzoda commented 9 months ago

Hi! The newly released version 0.3.6 supports all targets supported by the K/N compiler, including linuxArm64. Please try it and provide us with feedback.