https://kotlinlang.org logo
z

zak.taccardi

01/26/2017, 4:49 PM
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()