From b2b2f3095f479b2c1b1be0a4849a08fe8fbc6961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 7 Dec 2023 12:38:40 +0900 Subject: [PATCH] =?UTF-8?q?Navigation=20Component=E3=81=AE=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88,=20=E5=88=A5?= =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E3=81=AE=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=97=E3=83=AA=E3=83=A1=E3=83=B3=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3e3c6634..0b113264 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,12 +38,15 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + // Module + implementation project(':ui:home') + // Hilt (DI) implementation "com.google.dagger:hilt-android:2.44" annotationProcessor "com.google.dagger:hilt-compiler:2.44" // Navigation Component - def nav_version = "2.5.3" + def nav_version = "2.7.5" // Java language implementation implementation "androidx.navigation:navigation-fragment:$nav_version"