if I use Parcelize annotation, I get an error whil...
# android
m
if I use Parcelize annotation, I get an error while compiling, saying I am not implementing the abstract methods, is this supposed to be like that or a bug?
g
This is known problem of tooling, you can just suppress this error for now
m
thanks