Refactor application loading + Paging on main Page

This commit is contained in:
Thomas Andres Gomez 2021-05-11 23:34:22 +02:00
parent 45f5e9023e
commit 1e58752008
26 changed files with 596 additions and 423 deletions

View file

@ -109,7 +109,7 @@ dependencies {
kapt "androidx.room:room-compiler:2.3.0"
// Paging
implementation "androidx.paging:paging-runtime-ktx:3.0.0"
implementation "androidx.paging:paging-compose:1.0.0-alpha08"
// Test
testImplementation 'junit:junit:4.13.2'