Remove unnecessary implementation import

This commit is contained in:
davide 2022-07-18 22:07:46 +02:00
parent 21f39d64b3
commit e4fbdce30e

View File

@ -41,10 +41,6 @@ kotlin {
val androidMain by getting { val androidMain by getting {
dependencies { dependencies {
implementation("io.ktor:ktor-client-android:2.0.1") implementation("io.ktor:ktor-client-android:2.0.1")
//Dependency Injection
implementation("org.kodein.di:kodein-di:7.12.0")
implementation("org.kodein.di:kodein-di-framework-android-x:7.12.0")
} }
} }
val androidTest by getting { val androidTest by getting {