Skip to content

Instantly share code, notes, and snippets.

@manuelvicnt
Created June 4, 2021 13:13
Show Gist options
  • Save manuelvicnt/2a3d0624856a4ea5c9e144986c8fa2f8 to your computer and use it in GitHub Desktop.
Save manuelvicnt/2a3d0624856a4ea5c9e144986c8fa2f8 to your computer and use it in GitHub Desktop.
@Singleton
class MyRepository @Inject constructor(
@ApplicationScope private val externalScope: CoroutineScope
) { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment