依存関係追加

This commit is contained in:
r-ca 2024-01-07 17:48:44 +09:00
parent 4fd490ee12
commit 14837f83cc
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -33,6 +33,10 @@ dependencies {
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
// Hilt (DI)
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler
implementation 'com.websitebeaver:documentscanner:1.0.0'
implementation project(':shared:ui')