Replace Custom Observer with kotlinx StateFlows

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-07-06 01:13:05 +02:00
parent 62e855ec1b
commit 3a247de43d
9 changed files with 162 additions and 114 deletions
+1
View File
@@ -128,6 +128,7 @@ dependencyResolutionManagement {
library("msgpack", "org.msgpack:msgpack-core:0.9.8")
library("logback", "ch.qos.logback:logback-classic:1.5.6")
library("coroutinesCore", "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
val ktorVersion = "2.3.12"