I uploaded the first working version of the `kotli...
# kotlin-native
a
I uploaded the first working version of the
kotlin-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
🎉 4