CoroutinesModuleProvider

Hilt module for providing core application dependencies.

This module provides common utilities such as coroutine dispatchers and file interaction capabilities that are used throughout the application.

Functions

Link copied to clipboard
@Provides
fun providesCoroutineDispatcher(): CoroutineProvider

Provides the implementation for CoroutineProvider.

Link copied to clipboard
@Provides
fun providesFileInteractor(ctx: Context): FileInteractor

Provides the implementation for FileInteractor.