MVP is Gone
This commit is contained in:
parent
f0663c2b43
commit
17a66450d4
30 changed files with 341 additions and 582 deletions
|
@ -0,0 +1,11 @@
|
|||
package code.name.monkey.retromusic.providers
|
||||
|
||||
import org.eclipse.egit.github.core.Repository
|
||||
import org.koin.dsl.bind
|
||||
import org.koin.dsl.module
|
||||
|
||||
val provideModules = module {
|
||||
single {
|
||||
RepositoryImpl(get())
|
||||
} bind Repository::class
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue