basic bottom navbar setup
This commit is contained in:
parent
8ae7995a96
commit
a627a8b279
13 changed files with 226 additions and 6 deletions
|
|
@ -67,6 +67,9 @@ dependencies {
|
|||
// Optional - Integration with activities
|
||||
implementation(libs.androidx.activity.compose)
|
||||
|
||||
//Compose navigation
|
||||
implementation(libs.androidx.navigation.compose)
|
||||
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.material)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue