source: 依存関係にHiltを追加

This commit is contained in:
r-ca 2023-12-14 02:20:16 +09:00
parent ad982378ed
commit c8cec5d002
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -32,4 +32,9 @@ dependencies {
testImplementation libs.junit
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
// DI
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler
}