new: integrate a dispatcher provider and dispatch work

This commit is contained in:
2026-06-22 14:58:18 +02:00
parent 38d6107423
commit 8926b3237b
16 changed files with 151 additions and 9 deletions
+5 -1
View File
@@ -39,9 +39,13 @@ kotlin {
sourceSets {
commonMain.dependencies {
// Logging
// Core modules
implementation(projects.core.coroutines)
implementation(projects.core.logging)
// Coroutines
implementation(libs.kotlinx.coroutinesCore)
// DI
implementation(project.dependencies.platform(libs.koin.bom))
implementation(libs.koin.core)