add hilt to dependencies

This commit is contained in:
reyniersbram 2023-03-25 16:24:07 +01:00
parent 96a71725b0
commit 11dbc95676
2 changed files with 19 additions and 0 deletions

View file

@ -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
}