juliocbcotta
08/22/2017, 2:15 PM@Parcelize
of kotlin 1.1.4 ? I can’t find a complete sample on Google…
Kotlin blog has this
@Parcelize
class User(val firstName: String, val lastName: String) : Parcelable
I could make the Parcelize import…but I could not make it compile…AS says I need to implement the Parcelable methods…yperess
08/22/2017, 2:38 PM