Hi all. I'm trying to use `org.jetbrains.kotlinx:k...
# serialization
x
Hi all. I'm trying to use
org.jetbrains.kotlinx:kotlinx-serialization-json-okio
but getting
Copy code
Uncaught Kotlin exception: okio.IOException: Operation not permitted
on ios devices when I try use
Json.encodeToBufferedSink
Has anyone ran into this before? I've raised an issue here on okio EDIT: should note that this is only thrown on devices not on simulators