Is there any way to tell @Parcelize not to parcel ...
# android
k
Is there any way to tell @Parcelize not to parcel some fields in a data class? Tried marking them w/ @Transient but that doesn't seem to do anything 😞