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
No known key found for this signature in database
5 changed files with 6 additions and 4 deletions

View file

@ -10,7 +10,7 @@ kotlin {
val commonMain by getting {
dependencies {
api(kotlinx.serialization.json)
api(libs.injekt.core)
api(libs.injekt)
api(libs.rxjava)
api(libs.jsoup)