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 e056e27 commit 729ae54Copy full SHA for 729ae54
app/src/main/kotlin/com/github/muneebwanee/dash/di/DatabaseModule.kt
@@ -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