refactor: restructure logging package, separate into data, domain, and di modules

This commit is contained in:
2026-06-19 17:44:03 +02:00
parent 2938fc7fa8
commit fdeeee9bf8
9 changed files with 58 additions and 32 deletions
+4
View File
@@ -41,6 +41,10 @@ kotlin {
commonMain.dependencies {
// Logging
implementation(libs.kermit)
// DI
implementation(project.dependencies.platform(libs.koin.bom))
implementation(libs.koin.core)
}
commonTest.dependencies {
implementation(libs.kotlin.test)