Created
September 17, 2023 16:05
-
-
Save khahani/0e9f2c55b5fbae6b7e7b2e6cc78087ba to your computer and use it in GitHub Desktop.
AppDispatcher.kt
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
| import javax.inject.Qualifier | |
| @Qualifier | |
| annotation class Dispatcher(val appDispatcher: AppDispatchers) | |
| enum class AppDispatchers { | |
| Default, | |
| IO, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment