android: add room schema and chat list domain models

This commit is contained in:
Codex
2026-03-08 22:26:08 +03:00
parent 390dcb8b2d
commit f838fe1d5d
10 changed files with 356 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ dependencies {
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
implementation("androidx.datastore:datastore-preferences:1.1.1")
implementation("androidx.room:room-runtime:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
kapt("androidx.room:room-compiler:2.6.1")
implementation("com.google.dagger:hilt-android:2.52")
kapt("com.google.dagger:hilt-compiler:2.52")