I'm using `kotlinx-serialization` in my MPP librar...
# multiplatform
k
I'm using
kotlinx-serialization
in my MPP library, and all the tests run successfully on the JVM target. However when running
iosX64Test
I'm getting a segmentation fault. I've stripped the code right back and I'm not sure what's causing it. I've raised an issue https://github.com/Kotlin/kotlinx.serialization/issues/1914 and created a sample project for reproduction https://github.com/kierans/mpp-serialisation And help here would be greatly appreciated.