Anyone having issues with the new `kotlin-parceliz...
# android
l
Anyone having issues with the new
kotlin-parcelizer
plugin in 1.4.20 and
ParcelCreator
lint rule?
👌 1
z
Yep, i’m getting stuff like this:
Copy code
Error: This class implements Parcelable but does not provide a CREATOR field [ParcelCreator]
    enum class State : Parcelable {
               ~~~~~
did you file a bug for this yet by any chance?
l
not yet, and this is exactly the issue I'm having. Sorry, haven't had enough time to jump to you track yet
z
which AGP are you using? Supposed to be fixed in 4.1.1+: https://issuetracker.google.com/issues/168794947
l
4.0.2. you too? I can try 4.1.1 and report back!
z
I was using 4.0.x as well. Trying 4.1.1 now…
it works
l
Nice! I'm still trying to make my project work with 4.1.1.. I'm getting
Copy code
Execution failed for task ':app:lintRelease'.
> Lint found errors in the project; aborting build.
after running lint
Oh I figured out what it is:
StopShip
lint rule is "erroring" it. But indeed, no more issues with the
ParcelCreator
🏆
🎉 1
Thanks finding it out, Zach! 🙏