refactor: centralize common dependencies in build-logic module
This commit is contained in:
@@ -19,13 +19,6 @@ kotlin {
|
||||
// Compose resources
|
||||
implementation(libs.compose.runtime)
|
||||
implementation(libs.compose.components.resources)
|
||||
|
||||
// Coroutines
|
||||
implementation(libs.kotlinx.coroutinesCore)
|
||||
|
||||
// DI
|
||||
implementation(project.dependencies.platform(libs.koin.bom))
|
||||
implementation(libs.koin.core)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user