mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
android: add paging setup
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
46ef1d5567
commit
9c451ae57b
2 changed files with 32 additions and 7 deletions
|
@ -4,16 +4,12 @@ plugins {
|
|||
kotlin("android")
|
||||
}
|
||||
|
||||
group = "dev.msfjarvis.claw"
|
||||
|
||||
version = "1.0"
|
||||
|
||||
repositories { google() }
|
||||
|
||||
dependencies {
|
||||
implementation(projects.api)
|
||||
implementation(projects.common)
|
||||
implementation("androidx.appcompat:appcompat:1.4.0-alpha02")
|
||||
implementation("androidx.activity:activity-compose:1.3.0-beta01")
|
||||
implementation("androidx.appcompat:appcompat:1.4.0-alpha02")
|
||||
implementation("androidx.paging:paging-compose:1.0.0-alpha10")
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue