I propose supporting Parcelable wrappers by Parcel...
# language-proposals
m
I propose supporting Parcelable wrappers by Parcelize, e. g.
class ParcelSomething(val something: Something) : Parcelable
, where Something is a plain DTO. It is composition-over-inheritance solution which allows using platform-agnostic DTOs.