called default implementation for web

This commit is contained in:
thelumiereguy 2021-04-11 15:33:34 +05:30
parent e32c47176d
commit 3d88501b95

View file

@ -15,11 +15,7 @@ object AppDependencies : KoinComponent {
val logger: Kermit
init {
initKoin{
modules(module {
single { createDbClient() }
})
}
initKoin()
repository = get()
logger = get()
}