RoomModule

@Module
class RoomModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
@Singleton
fun provideDatabase(context: Context): DermatoDatabase
Link copied to clipboard
Link copied to clipboard
@Provides
fun provideLikeDao(database: DermatoDatabase): LikesDao