I started using the `@Parcelize` but I constantly ...
# eap
s
I started using the
@Parcelize
but I constantly get a compiler error:
error: cannot find symbol CREATOR = null
, when I remove kapt it seems to work. But I need both in my project.
e
That's a known issue and it's being worked on, see https://youtrack.jetbrains.com/issue/KT-19680
👍 1