some fixes & improvements

This commit is contained in:
2025-09-28 22:09:17 +03:00
parent 402e71cb60
commit 5266bf2dd8
7 changed files with 34 additions and 20 deletions
+2
View File
@@ -12,6 +12,7 @@ kotlinx-coroutines = "1.10.2"
ktor = "3.3.0"
kotlinx-serialization = "1.9.0"
koin = "4.1.1"
material3 = "1.9.0-beta06"
viewmodel-compose = "2.9.4"
haze = "1.6.10"
kstore = "1.0.0"
@@ -50,6 +51,7 @@ kstore = { module = "io.github.xxfast:kstore", version.ref = "kstore" }
kstore-file = { module = "io.github.xxfast:kstore-file", version.ref = "kstore" }
kstore-storage = { module = "io.github.xxfast:kstore-storage", version.ref = "kstore" }
appdirs = { module = "net.harawata:appdirs", version.ref = "appdirs" }
material3 = { module = "org.jetbrains.compose.material3:material3", version.ref = "material3" }
napier = { module = "io.github.aakira:napier", version.ref = "napier" }
[plugins]