Ugh...you can't get the CREATOR static field of a @Parcelize'd object? That seems like a pretty big bug if you need to get arrays of objects in instance state 😛
https://youtrack.jetbrains.net/issue/KT-19853
Finally put together a repro app for the issue I hit last week and looked it up in existing issues and it's been there since 1.1.x? 😮
r
rkeazor
08/09/2018, 12:28 PM
Did you add @JvmStatic lol
k
kenkyee
08/09/2018, 8:00 PM
has nothing to do w/ it...apparently @Parcelize works as part of the compiler even though it looks like an annotation. The code doesn't exist until build time so your source can't see it or reference CREATOR...