Utilsモジュールの依存にHiltを追加

This commit is contained in:
ろむねこ 2023-12-12 11:01:49 +09:00
parent 119140a6bc
commit c5db820e1d
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

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