UseCasesModule

@Module
class UseCasesModule

Hilt module for providing general Use Case dependencies.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
fun provideDispatcher(): CoroutineDispatcher

Provides a standard I/O Coroutine Dispatcher.