mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Add hilt dependency
This commit is contained in:
parent
7b4304224b
commit
d1373eab9e
|
@ -38,4 +38,8 @@ dependencies {
|
|||
implementation libs.navigation.ui
|
||||
implementation libs.navigation.dynamic.features.fragment
|
||||
|
||||
// Hilt (DI)
|
||||
implementation libs.com.google.dagger.hilt.android
|
||||
annotationProcessor libs.com.google.dagger.hilt.compiler
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user