add navigation

This commit is contained in:
reyniersbram 2023-03-25 16:37:58 +01:00
parent bda9b09eed
commit 4e53f1615e

View file

@ -86,6 +86,12 @@ dependencies {
implementation 'androidx.room:room-ktx:2.5.0'
kapt 'androidx.room:room-compiler:2.5.0'
// Navigation
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.navigation:navigation-compose:2.5.3'
implementation 'androidx.hilt:hilt-navigation-compose:1.0.0'
}
// Allow references to generate code