new: integrate a dispatcher provider and dispatch work
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user