orchestr7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS
https://akuleshov7.github.io/ktoml
MIT License
446 stars 23 forks source link

Enable linux arm64 compilation #270

Closed zt64 closed 3 months ago

zt64 commented 3 months ago

I enabled compilation for the linux arm64 target

This required updating a few libraries Okio -> 3.9.0 Kotlinx datetime -> 0.6.0

I also had to change the linuxX64Main sourceset to account for the new target, so now its just linuxMain

orchestr7 commented 3 months ago

lgtm, thank you for this perfect change, I will make a release together with a migration to Kotlin 2