Instead of scoping it to the instance of the conta...
# android
z
Instead of scoping it to the instance of the containing class, is it possible to scope a
by lazy { .. }
to a specific part of the android lifecycle? like
onStart()/onStop()