Hi folks, does anyone know if there are any progua...
# android
s
Hi folks, does anyone know if there are any proguard rules which need to be used when using the @Parcelize annotation?
m
I don't think you need any
s
thanks
Turns out I did need an @Keep annotation, or minification breaks the parcelizing
m
huh
IIRC Android added those rules automatically: https://stackoverflow.com/a/36076888/5273071
s
Yeah, we already had that line, but minification still broke the app until I added the @Keep