Skip to content

Instantly share code, notes, and snippets.

@khahani
Created September 17, 2023 16:05
Show Gist options
  • Select an option

  • Save khahani/0e9f2c55b5fbae6b7e7b2e6cc78087ba to your computer and use it in GitHub Desktop.

Select an option

Save khahani/0e9f2c55b5fbae6b7e7b2e6cc78087ba to your computer and use it in GitHub Desktop.
AppDispatcher.kt
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