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

This commit is contained in:
Roman Pytkov
2024-12-17 23:41:05 +03:00
parent b5462dfd2f
commit 576fc4020c
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)