Navigation Componentのアップデート, 別モジュールのインプリメント

This commit is contained in:
ろむねこ 2023-12-07 12:38:40 +09:00
parent 23f6f90b56
commit b2b2f3095f
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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"