We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294601e commit 8b601a8Copy full SHA for 8b601a8
app/src/main/java/com/vladshurakov/jetnotesapp/di/AppModule.kt
@@ -32,7 +32,6 @@ object AppModule {
32
@Provides
33
@Singleton
34
fun provideNoteDatabase(@ApplicationContext context: Context): NoteDatabase {
35
- fun provideNoteDatabase(@ApplicationContext context: Context): NoteDatabase{
36
return Room.databaseBuilder(
37
context = context,
38
klass = NoteDatabase::class.java,
0 commit comments