Skip to content

Commit 729ae54

Browse files
authored
Create DatabaseModule.kt
1 parent e056e27 commit 729ae54

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package com.github.muneebwanee.dash.di
2+
3+
import android.content.Context
4+
import androidx.room.Room
5+
import com.github.muneebwanee.dash.data.database.DashDatabase
6+
import dagger.Module
7+
import dagger.Provides
8+
import dagger.hilt.InstallIn
9+
import dagger.hilt.android.qualifiers.ApplicationContext
10+
import dagger.hilt.
11+
12+
Wiki pages you might want to explore:
13+
- [System Architecture (muneebwanee/Dash)](/wiki/muneebwanee/Dash#2)
14+
- [Target Device Architecture (muneebwanee/Dash)](/wiki/muneebwanee/Dash#2.1)
15+
- [Firebase Integration (muneebwanee/Dash)](/wiki/muneebwanee/Dash#2.3)

0 commit comments

Comments
 (0)