esensar / kotlinx-serialization-msgpack

MsgPack support for kotlinx.serialization -- msgpack.org[kotlinx.serialization]
https://www.ensarsarajcic.com/kotlinx-serialization-msgpack/
MIT License
44 stars 9 forks source link

iOS Simulator not supported #77

Closed GrantAnt closed 2 years ago

GrantAnt commented 2 years ago

Version

Describe the bug I have imported build.gradle.kts the kotlin-targets iosX64() and iosArm64(), when I build everything works fine. As soon as I use iosSimulatorArm64() the build crashes and it tells me:

Could not resolve com.ensarsarajcic.kotlinx:serialization-msgpack:0.5.1

Expected behavior I want to be able to execute a build with iosSimulatorArm64()

esensar commented 2 years ago

Thank you for reporting this. It should be an easy fix.

FabD86 commented 2 years ago

PR for iosSimulatorArm64 #78 Build and tests did run just fine.

esensar commented 2 years ago

@FabD86 Thank you for your contribution. #78 has been merged and released in 0.5.2