add navigation
This commit is contained in:
parent
bda9b09eed
commit
4e53f1615e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue