Hey guys.
We have a problem with Java reflection.
Looks like with reflection you can set null value into kotlin non-nullable property.
GSON does that, and when our server responds with null it kinda sets it into non-nullable property and we start getting nullpointers.
Any way to fix that somehow?