how would it even work in a non-Android library? it depends on
kotlin-parcelize-runtime
and classes from Android
n
neerav
02/07/2023, 7:21 AM
@ephemient Thanks for clarifying 🙇
c
Casey Brooks
02/07/2023, 4:19 PM
The Essenty library has experimental support for parcelize in Darwin and JVM targets https://github.com/arkivanov/Essenty#parcelable-and-parcelize. But unless you’re using directly with Decompose, it’s probably best to use a proper serialization library; Parcelable was never meant as a general-purpose serialization technique