mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
Code refactor
This commit is contained in:
parent
5211890607
commit
332c2dc69b
8 changed files with 54 additions and 33 deletions
|
@ -55,6 +55,9 @@ private val roomModule = module {
|
|||
factory {
|
||||
get<RetroDatabase>().playCountDao()
|
||||
}
|
||||
factory {
|
||||
get<RetroDatabase>().historyDao()
|
||||
}
|
||||
|
||||
single {
|
||||
RealRoomRepository(get(), get(), get())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue