mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
app: setup pagination and a viewmodel for posts
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5260f454ef
commit
e1c9b34bbe
4 changed files with 58 additions and 20 deletions
|
@ -4,7 +4,8 @@ buildscript {
|
|||
compose_version = '1.0.0-alpha03'
|
||||
coroutines_version = '1.3.9'
|
||||
dagger_version = '2.29.1'
|
||||
hilt_version = '2.29-alpha'
|
||||
hilt_androidx_version = '1.0.0-alpha02'
|
||||
hilt_dagger_version = '2.29-alpha'
|
||||
kotlin_version = '1.4.10'
|
||||
lifecycle_version = '2.3.0-alpha07'
|
||||
moshi_version = '1.9.3'
|
||||
|
@ -17,7 +18,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:4.2.0-alpha12"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_dagger_version"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue