refactor(android): switch to DispatcherProvider

This commit is contained in:
Harsh Shandilya 2022-09-09 12:02:22 +05:30
parent 1db2f3256d
commit 59b35a9255
No known key found for this signature in database
5 changed files with 61 additions and 13 deletions

View file

@ -41,6 +41,7 @@ dependencies {
kapt(libs.dagger.hilt.compiler)
implementation(projects.api)
implementation(projects.common)
implementation(projects.coroutineUtils)
implementation(projects.database)
implementation(projects.metadataExtractor)
implementation(projects.model)