I suppose you could use the `NotNull()` delegate t...
# android
m
I suppose you could use the
NotNull()
delegate to handle that scenario instead of
lateinit
m
menegatti: How can I do this?
m
just
var yourVariable: Boolean by Delegates.NotNull()