rafsanjani/superdiary

Replace with Kermit Logger

Closed this issue · 0 comments


import org.koin.dsl.module

internal fun screenModules(): Module = module {
    single<Logger> {
        // TODO: Replace with Kermit Logger
        Logger
    }
    singleOf(::DiaryListViewModel)
    singleOf(::CreateDiaryViewModel)
    singleOf(::FavoriteViewModel)