feat(update): add update detection and notification on status screen (WB-008)

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Rukira 2026-08-25 10:30:52 +01:00
parent 3a7a92800b
commit 472654180a
10 changed files with 557 additions and 8 deletions

View file

@ -33,6 +33,7 @@ kotlin {
}
commonTest.dependencies {
implementation(kotlin("test"))
implementation(libs.kotlinx.coroutinesTest)
}
}
}