Skip to content

Commit

Permalink
Paging Module: update gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
kroegerama committed Jun 17, 2024
1 parent b5e3a95 commit e488486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ dependencies {
implementation(magic.kotlin.stdlib.jdk8)
implementation(magic.kotlinx.coroutines.android)

implementation(androidx.bundles.lifecycle)

implementation(androidx.appcompat)
implementation(androidx.core)
implementation(androidx.paging.runtime)
implementation(androidx.recyclerview)

implementation(androidx.swiperefreshlayout)

implementation(magic.retrofit)
Expand Down

0 comments on commit e488486

Please sign in to comment.