Fix crashing on About on release build

This commit is contained in:
Hemanth S 2020-09-24 16:23:23 +05:30
parent 40da78af8b
commit 46dc5eb58e
9 changed files with 66 additions and 43 deletions

View file

@ -108,6 +108,7 @@ private val dataModule = module {
get(),
get(),
get(),
get(),
get()
)
} bind Repository::class
@ -153,6 +154,9 @@ private val dataModule = module {
get()
)
}
single {
RealLocalDataRepository(get())
} bind LocalDataRepository::class
}
private val viewModules = module {