Join Slack
Communities
Powered by
I suppose you could use the `NotNull()` delegate t...
# android
m
menegatti
06/23/2017, 9:11 AM
I suppose you could use the
NotNull()
delegate to handle that scenario instead of
lateinit
m
mohsenoid
06/23/2017, 9:19 AM
menegatti: How can I do this?
m
menegatti
06/23/2017, 9:20 AM
just
var yourVariable: Boolean by Delegates.NotNull()
Open in Slack
Previous
Next