Skip to content

Instantly share code, notes, and snippets.

@barbeau
Created August 12, 2021 15:01
Show Gist options
  • Save barbeau/4f605debb756a54594d5bc13f2f9a93b to your computer and use it in GitHub Desktop.
Save barbeau/4f605debb756a54594d5bc13f2f9a93b to your computer and use it in GitHub Desktop.
Flow - lightweight architecture article - LocationApplication
// Required for Hilt dependency injection
@HiltAndroidApp
class LocationApplication : Application() {
// No need to cancel this scope as it'll be torn down with the process - see https://medium.com/androiddevelopers/coroutines-patterns-for-work-that-shouldnt-be-cancelled-e26c40f142ad
val applicationScope = GlobalScope
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment