add hilt to dependencies
This commit is contained in:
parent
96a71725b0
commit
11dbc95676
2 changed files with 19 additions and 0 deletions
|
@ -7,4 +7,7 @@ plugins {
|
|||
id 'com.android.application' version '7.4.2' apply false
|
||||
id 'com.android.library' version '7.4.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
|
||||
|
||||
// Hilt
|
||||
id 'com.google.dagger.hilt.android' version '2.44' apply false
|
||||
}
|
Reference in a new issue