build.gradle変更

This commit is contained in:
ろむねこ 2023-12-07 10:42:55 +09:00
parent bd5e1d53d6
commit 6bce5197b0
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -37,4 +37,9 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// Hilt (DI)
implementation "com.google.dagger:hilt-android:2.44"
kapt "com.google.dagger:hilt-compiler:2.44"
}