Remove unnecessary implementation import
This commit is contained in:
parent
21f39d64b3
commit
e4fbdce30e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user