Update RepoDao

This commit is contained in:
topjohnwu
2019-11-13 13:23:58 -05:00
parent 7c320b6fc4
commit 2ef088cb60
3 changed files with 10 additions and 25 deletions

View File

@@ -12,8 +12,7 @@ val databaseModule = module {
single { PolicyDao(get()) }
single { SettingsDao() }
single { StringDao() }
single { createRepoDatabase(get()) }
single { get<RepoDatabase>().repoDao() }
single { createRepoDatabase(get()).repoDao() }
single { RepoUpdater(get(), get()) }
}