Skip to content

Instantly share code, notes, and snippets.

@DivS-15
Created May 17, 2022 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DivS-15/ae818e03f1af7703875cb294a6cd14c6 to your computer and use it in GitHub Desktop.
Save DivS-15/ae818e03f1af7703875cb294a6cd14c6 to your computer and use it in GitHub Desktop.
@Singleton
@Provides
fun provideCoroutineScope(): CoroutineScope = CoroutineScope(SupervisorJob() + Dispatchers.IO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment