Converted Java View classes to Kotlin

This commit is contained in:
Prathamesh More 2022-04-13 00:04:36 +05:30
parent ad90694879
commit a4d44406d6
18 changed files with 274 additions and 994 deletions

View file

@ -88,13 +88,14 @@ private val roomModule = module {
}
private val autoModule = module {
single {
AutoMusicProvider(androidContext(),
get(),
get(),
get(),
get(),
get(),
get()
AutoMusicProvider(
androidContext(),
get(),
get(),
get(),
get(),
get(),
get()
)
}
}