Fixed
Status Update
Comments
ag...@google.com <ag...@google.com>
ce...@gmail.com <ce...@gmail.com> #2
Looks like @Parcelize
now works with @JvmInline value class
but lint complains about it:
This class implements Parcelable but does not provide a CREATOR field [ParcelCreator]
st...@google.com <st...@google.com> #3
This is fixed in 1.5.30 and the output class file is correct. If there's still a warning, could you please file a separate lint issue?
x3...@gmail.com <x3...@gmail.com> #4
Which AGP version should I use to have this fix?
st...@google.com <st...@google.com> #5
Same as with
al...@intive.com <al...@intive.com> #6
Thank you for fixing this. Allow me to express my gratitude with a digital croissant: 🥐.
Description
Error
Generated Code
Workaround
But using such workaround shows this errorimage.png