Switch to Koin from Injekt (#1109)

replace "com.github.inorichi.injekt" with "com.github.null2264:injekt-koin"
This commit is contained in:
schroda
2024-11-09 17:32:51 +01:00
committed by GitHub
parent 654a3cc7ed
commit f5680c6d69
4 changed files with 27 additions and 33 deletions

View File

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