Private
Public Access
1
0

Started working on Cache Database

This commit is contained in:
2023-08-09 01:32:38 -07:00
parent fde5bb9f53
commit 4724ae5728
8 changed files with 232 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'io.realm.kotlin'
}
android {
@@ -46,6 +47,9 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.google.code.gson:gson:2.9.0'
// Realm
implementation 'io.realm.kotlin:library-base:1.10.0'
// https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3', ext: 'pom'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'