Since `lateinit` variables can't be nullable, you ...
# android
d
Since
lateinit
variables can't be nullable, you can't assign
null
object to it.