https://kotlinlang.org logo
#android
Title
# android
d

diego-gomez-olvera

12/15/2020, 12:30 PM
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

Zsolt Boldizsár

12/15/2020, 1:30 PM
we did, but the lint error went away after updating AGP to 4.1.1. what version are you on?
d

diego-gomez-olvera

12/15/2020, 4:28 PM
I am using an older version, I will try to upgrade. Thanks!
👍 1
just FYI, it worked 🙂
👍 1
4 Views