Switch from Kodein to Koin (#1112)

* Switch from Kodein to Koin

* Ktlint
This commit is contained in:
Mitchell Syer
2024-11-14 18:08:19 -05:00
committed by GitHub
parent aa1e98544b
commit 0670f298cd
51 changed files with 341 additions and 465 deletions

View File

@@ -92,10 +92,6 @@ dependencies {
implementation(libs.cron4j)
implementation(libs.cronUtils)
// koin
implementation(project.dependencies.platform(libs.koin.bom))
implementation(libs.koin.core)
}
application {