Arkadii Ivanov
04/06/2021, 7:48 PMkotlin-parcelize-darwin
compiler plugin. At the moment it is iOS only, but eventually it should support most of the Apple targets. It defines Parcelable
interface and @Parcelize
annotation, and generates serialization code using NSCoding
protocol compatible with NSCoder
. Can be used together with Android`s kotlin-parcelize
plugin to write Parcelables in common source set. https://github.com/arkivanov/kotlin-parcelize-darwin