Use new library for injekt with inorichi patch

This commit is contained in:
AntsyLich
2024-09-08 20:09:45 +06:00
parent c8ad6cdf31
commit 83fd4746ed
5 changed files with 6 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ dependencies {
implementation(platform(libs.coil.bom))
implementation(libs.coil.core)
api(libs.injekt.core)
api(libs.injekt)
}