モジュールのインポートを追加

This commit is contained in:
ろむねこ 2023-12-07 14:58:03 +09:00
parent 9524b305c6
commit 3457475c51
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -37,7 +37,12 @@ dependencies {
androidTestImplementation libs.androidx.test.ext.junit
androidTestImplementation libs.androidx.test.espresso.core
//
implementation project(':feature:home')
implementation project(':feature:search')
implementation project(':feature:library')
implementation project(':feature:scan')
// Hilt (DI)
implementation libs.com.google.dagger.hilt.android
annotationProcessor libs.com.google.dagger.hilt.compiler