Add room database for data caching & is new feature.
This commit is contained in:
parent
a2f26cc2a5
commit
79a36fa9d9
23 changed files with 974 additions and 89 deletions
|
|
@ -5,6 +5,6 @@ plugins {
|
|||
id("com.google.gms.google-services") version "4.3.14" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||
id("com.google.firebase.crashlytics") version "2.9.7" apply false
|
||||
id("org.jetbrains.kotlin.kapt") version "1.9.10" apply false
|
||||
id("androidx.room") version "2.6.0" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue