Hey guys. What do you use for Parcelables? I have ...
# android
a
Hey guys. What do you use for Parcelables? I have a library with some shared models, written in Kotlin. Need to make them parcelables somehow on Android
m
aaverin: I use a plugin for AS/IDEA which generates Parcelable code. Sometimes generated code is weird and requires editing, but saves some time. For Kotlin: https://github.com/nekocode/android-parcelable-intellij-plugin-kotlin
a
Thanks, I’ll take a look