DataSourceModule

@Module
object DataSourceModule

Functions

Link copied to clipboard
@Singleton
@Provides
fun provideJvnLocalDataSource(database: JvnDatabase): JvnDataSource
Link copied to clipboard
@Singleton
@Provides
fun provideJvnRemoteDataSource(myJvnApiService: MyJvnApiService): JvnDataSource