https://kotlinlang.org logo
m

mingkangpan

12/09/2018, 1:58 AM
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

gildor

12/09/2018, 4:36 AM
This is known problem of tooling, you can just suppress this error for now
m

mingkangpan

12/09/2018, 1:04 PM
thanks
5 Views