Hey all, I'm converting Java to Kotlin and I'm attempting to use the Null Safety system of Kotlin. I get into a situation where my objects serialize into null event though they are not defined as nullable. Seems odd, any recommendation?
@Json(name = "last_name") var lastName: String,