Created
June 4, 2021 13:13
-
-
Save manuelvicnt/2a3d0624856a4ea5c9e144986c8fa2f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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