Join Slack
Communities
Powered by
Hey guys. What do you use for Parcelables? I have ...
# android
a
aaverin
03/03/2017, 12:47 PM
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
miha-x64
03/03/2017, 12:57 PM
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
aaverin
03/03/2017, 12:57 PM
Thanks, I’ll take a look
Open in Slack
Previous
Next