Is there a way to check whether or not a `lateinit...
# announcements
d
Is there a way to check whether or not a
lateinit var
has been initialized? Accessing it without initialization seems to return an exception.