There is lifecycle scope, that works with lifecycl...
# android
r
There is lifecycle scope, that works with lifecycle owner I believe
d
The ktx docs are a bit spread out and hard to find things in... do happen to have any reference for this?
d
I saw that, but no mention of
Service
there...
r
There is a LifecycleService which is a service that is a lifecycle owner. Use that and you should be able to use lifecycleScope
d
Thanks for the help!