did anyone see a Lint error `Missing Parcelable CR...
# android
d
did anyone see a Lint error
Missing Parcelable CREATOR field
after migrating to `kotlin-parcelize`(Kotlin 1.4.21) ? I see that the field is generated:
Copy code
public static final android.os.Parcelable.Creator CREATOR = new Action.Creator();
z
we did, but the lint error went away after updating AGP to 4.1.1. what version are you on?
d
I am using an older version, I will try to upgrade. Thanks!
👍 1
just FYI, it worked 🙂
👍 1