Anyone know the work around for ignoring a val in a `Parcelize`d data class so I can avoid bundling it? My only thought as of right now is to make a separate data class for
UINonBundledState
, but I'd rather just have the annotation working. It gives me this error when trying to use it like I have in the example:
@IgnoredOnParcel is inapplicable to properties declared in the primary constructor