Skip to content

Commit 5a59425

Browse files
committed
chore: introduce AndroidX Paging library
To implement paging candidate view in the future
1 parent 6514811 commit 5a59425

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ dependencies {
125125
implementation(libs.androidx.core.ktx)
126126
implementation(libs.androidx.navigation.fragment)
127127
implementation(libs.androidx.navigation.ui)
128+
implementation(libs.androidx.paging.runtime.ktx)
128129
implementation(libs.androidx.preference)
129130
implementation(libs.androidx.recyclerview)
130131
ksp(libs.androidx.room.compiler)

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
2020
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
2121
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
2222
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" }
2324
androidx-preference = { module = "androidx.preference:preference-ktx", version = "1.2.1" }
2425
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
2526
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }

0 commit comments

Comments
 (0)