Yeah, I don’t understand why `lateinit val` was ch...
# android
e
Yeah, I don’t understand why
lateinit val
was changed to not be allowed. Sure it looks weird if you look at the bytecode, but I liked knowing that I could never update the value in the normal course of using Kotlin.