Add: Paging Ktx Library

Add: Resource.kt sealed class for future async loading
This commit is contained in:
LooKeR
2022-01-16 18:04:53 +05:30
parent 8ddaedc64d
commit ab5c26bec4
3 changed files with 12 additions and 3 deletions

View File

@ -53,7 +53,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion "1.1.0-rc02"
kotlinCompilerExtensionVersion "1.2.0-alpha01"
}
buildTypes {
@ -177,6 +177,9 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
// Paging
implementation 'androidx.paging:paging-runtime-ktx:3.1.0'
// Room
implementation 'androidx.room:room-runtime:2.4.1'
implementation 'androidx.room:room-ktx:2.4.1'