Navigation bars

This commit is contained in:
tom5079
2024-02-20 11:52:52 -08:00
parent 72b0fa78bb
commit b0fedd78fb
11 changed files with 433 additions and 63 deletions

View File

@@ -92,9 +92,12 @@ dependencies {
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0'
implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.7.0'
implementation "com.google.accompanist:accompanist-adaptive:0.34.0"
implementation "androidx.navigation:navigation-compose:2.7.7"
kapt 'androidx.lifecycle:lifecycle-compiler:2.7.0'
implementation "androidx.paging:paging-compose:3.2.1"
implementation "io.ktor:ktor-client-core:2.3.8"