edenman
07/20/2018, 10:25 PM@Parcelize
being used on a data class where the object was constructed via reflection, so it didn’t actually respect the kotlin nullability of some of the properties. the exception was just an anonymous NPE, i was thinking about trying to make it include the actual field name to make these easier to track down if it happens again. thoughts?