Начат LocalStorage, выкинут мусор из UiState

This commit is contained in:
Roman Pytkov
2026-03-15 12:06:22 +03:00
parent 360c76ddb0
commit 8e07e3b870
26 changed files with 284 additions and 35 deletions

View File

@@ -34,6 +34,9 @@ android {
}
dependencies {
// Timber
implementation(libs.timber)
// Room
implementation(libs.room.ktx)
implementation(libs.room.runtime)