mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
android: move Pager into a ViewModel
This commit is contained in:
parent
ddd57603bc
commit
8e96225a9d
6 changed files with 30 additions and 16 deletions
|
@ -17,6 +17,7 @@ dependencies {
|
|||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.androidx.coreKtx)
|
||||
implementation(libs.androidx.lifecycle.compose)
|
||||
implementation(libs.androidx.paging.compose)
|
||||
implementation(libs.dagger.hilt.android)
|
||||
implementation(libs.retrofit.moshiConverter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue