I noticed that kotlinx.serialization has support f...
# serialization
t
I noticed that kotlinx.serialization has support for Linux arm targets. It would be great if you could share how you set up testing for those targets. I would really like to see Linux arm support for kotlinx.coroutines but it is unsupported due to testing. Could someone from kotlinx.serialization please share their experience here? https://github.com/Kotlin/kotlinx.coroutines/issues/855
v
The same team is responsible for both serialization and coroutines 🙂 In serialization, we’ve added linux32 support while being at early experimental stage. The truth is that you cannot take away what you once gave in the library. We actually discussed this target removal during serialization 1.0.0 release, but this ship has sailed. We’ll revisit our targets experience in the January tho, so there are chances to have linux32 everywhere
👍 2
👀 1
t
Alright, thanks for the details. Thanks for considering the targets in January, would love to see the target added.