Package-level declarations

Types

Link copied to clipboard

Hilt module for providing Use Case dependencies related to Clients.

Link copied to clipboard
class CoroutineDispatcherImpl : CoroutineProvider

Implementation of CoroutineProvider using standard Kotlin Coroutine Dispatchers.

Link copied to clipboard

Hilt module for providing core application dependencies.

Link copied to clipboard
object CsvUtil

Utility object for CSV-related operations.

Link copied to clipboard
class FileInteractorImpl(ctx: Context) : FileInteractor

Implementation of FileInteractor for handling file system operations.

Link copied to clipboard
@Module
object ProductsUseCases

Hilt module for providing Use Case dependencies related to Products and Categories.

Link copied to clipboard
@Module
class RepositoryModule

Hilt module for providing Repository implementations.

Link copied to clipboard
@Module
class RoomModule

Hilt module for providing Room database and DAO dependencies.

Link copied to clipboard
@Module
object SalesUseCases

Hilt module for providing Use Case dependencies related to Sales.

Link copied to clipboard
@Module
class UseCasesModule

Hilt module for providing general Use Case dependencies.