refactor: restructure logging package, separate into data, domain, and di modules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user