AAkira / Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
2.89k stars 246 forks source link

Add `arkivanov/parcelize-darwin` to Serializer section #127

Closed afollestad closed 1 year ago

afollestad commented 1 year ago

Parcelize-Darwin

Kotlin/Native compiler plugin that generates Parcelable implementations for Darwin (Apple) targets. Allows writing Parcelable classes for all Darwin targets, similary to the Android's kotlin-parcelize plugin. Can be also used together with the kotlin-parcelize plugin to write Parcelable classes in the commonMain source set.

parcelize-darwin