You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using LifecycleCoroutineScope but not using the lifecycleScope extension, the current best option for providing a custom scope/context via DI like Dagger may look like this:
If using
LifecycleCoroutineScope
but not using thelifecycleScope
extension, the current best option for providing a custom scope/context via DI like Dagger may look like this:This isn't terrible, since everything important is in the injected scope, but it can be improved.
The text was updated successfully, but these errors were encountered: