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
449 stars 24 forks source link

Linux arm64 #264

Closed zt64 closed 5 months ago

zt64 commented 7 months ago

Hi, Would it be possible to add compilation for linux arm64?

orchestr7 commented 5 months ago

Sorry for a long response - it can be done easily with a single line in build.gradle.kts

zt64 commented 5 months ago

I've gone ahead and opened a PR enabling arm64 compilation #270

orchestr7 commented 5 months ago

I've gone ahead and opened a PR enabling arm64 compilation #270

@zt64 thank you for the contribution, it will be released this week

orchestr7 commented 4 months ago

@zt64 released in 0.5.2. Sorry for the delay