Skip to content

Instantly share code, notes, and snippets.

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