diff --git a/app/build.gradle b/app/build.gradle index 7159d1ad..9a9e961a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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