new: add logging abstraction with Kermit integration

This commit is contained in:
2026-06-19 11:44:59 +02:00
parent 4b7e74f3c6
commit bc848ebb62
6 changed files with 70 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ kotlinxCoroutines = "1.11.0"
kotlinSerialization = "2.4.0"
material3 = "1.11.0-alpha07"
koin = "4.2.1"
kermit = "2.1.0"
vorbisspi = "1.0.3.3"
[libraries]
@@ -34,6 +35,7 @@ koin-compose = { module = "io.insert-koin:koin-compose" }
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel" }
koin-core = { module = "io.insert-koin:koin-core" }
koin-core-viewmodel = { module = "io.insert-koin:koin-core-viewmodel" }
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinx-browser = { module = "org.jetbrains.kotlinx:kotlinx-browser", version.ref = "kotlinxBrowser" }
kotlinx-coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }