added the main hilt app
This commit is contained in:
parent
a9e35be714
commit
8baa27ea6d
1 changed files with 7 additions and 0 deletions
7
app/src/main/java/be/ugent/sel/studeez/StudeezHiltApp.kt
Normal file
7
app/src/main/java/be/ugent/sel/studeez/StudeezHiltApp.kt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package be.ugent.sel.studeez
|
||||||
|
|
||||||
|
import android.app.Application
|
||||||
|
import dagger.hilt.android.HiltAndroidApp
|
||||||
|
|
||||||
|
@HiltAndroidApp
|
||||||
|
class StudeezHiltApp : Application()
|
Reference in a new issue