Начат 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

@@ -53,6 +53,9 @@ android {
}
dependencies {
// Timber
implementation(libs.timber)
// Yandex
implementation(libs.yandex.oauth)
@@ -76,6 +79,6 @@ dependencies {
//androidTestImplementation(libs.androidx.ui.test.junit4)
implementation(project(":domain"))
implementation(project(":data"))
implementation(project(":presentation"))
runtimeOnly(project(":data"))
}