File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ dependencies {
125
125
implementation(libs.androidx.core.ktx)
126
126
implementation(libs.androidx.navigation.fragment)
127
127
implementation(libs.androidx.navigation.ui)
128
+ implementation(libs.androidx.paging.runtime.ktx)
128
129
implementation(libs.androidx.preference)
129
130
implementation(libs.androidx.recyclerview)
130
131
ksp(libs.androidx.room.compiler)
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
20
20
androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.13.1" }
21
21
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " navigation" }
22
22
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " navigation" }
23
+ androidx-paging-runtime-ktx = { group = " androidx.paging" , name = " paging-runtime-ktx" , version = " 3.3.2" }
23
24
androidx-preference = { module = " androidx.preference:preference-ktx" , version = " 1.2.1" }
24
25
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.3.2" }
25
26
androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
You can’t perform that action at this time.
0 commit comments