mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Add: Paging Ktx Library
Add: Resource.kt sealed class for future async loading
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user