refactor: centralize common dependencies in build-logic module

This commit is contained in:
2026-07-03 09:58:18 +02:00
parent 4d397ac5e8
commit a8bdc26e3c
8 changed files with 9 additions and 62 deletions
-7
View File
@@ -18,13 +18,6 @@ kotlin {
implementation(projects.data.records)
implementation(projects.data.resources)
implementation(projects.data.subtitle)
// Coroutines
implementation(libs.kotlinx.coroutinesCore)
// DI
implementation(project.dependencies.platform(libs.koin.bom))
implementation(libs.koin.core)
}
}
}