From 29f2749cb7de04935c957a9d67dc7bf2758a16a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Fri, 19 Jan 2024 15:16:20 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e6cbc668..2c60aa7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,30 +59,6 @@ dependencies { androidTestImplementation libs.androidx.test.ext.junit androidTestImplementation libs.androidx.test.espresso.core - // 内部モジュール - // Feature - implementation project(':feature:home') - implementation project(':feature:search') - implementation project(':feature:library') - implementation project(':feature:scan') - implementation project(':feature:debug') // デバッグメニュー - -// // Component -// implementation project(':component:common') -// implementation project(':component:scanner') -// implementation project(':component:viewer') - -// // Data -// implementation project(':data:repository') -// -// // Source -// implementation project(':data:source:database') -// implementation project(':data:source:preference') -// - implementation project(':data') - - implementation project(':shared:ui') - // Hilt (DI) implementation libs.com.google.dagger.hilt.android annotationProcessor libs.com.google.dagger.hilt.compiler @@ -92,4 +68,13 @@ dependencies { implementation libs.navigation.ui implementation libs.navigation.dynamic.features.fragment + // Feature + implementation project(':feature:home') + implementation project(':feature:search') + implementation project(':feature:library') + implementation project(':feature:scan') + implementation project(':feature:debug') // デバッグメニュー + + implementation project(':data') + implementation project(':shared:ui') } \ No newline at end of file