chore(deps): Remove some deps that already covered by core module

This commit is contained in:
Ahmad Ansori Palembani 2024-06-17 19:28:24 +07:00
parent 25d32d4f6f
commit d5651573b0
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 13 deletions

View file

@ -10,13 +10,17 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(projects.i18n)
// Logging
api(libs.bundles.logging)
}
}
val androidMain by getting {
dependencies {
// Dependency injection
api(libs.injekt.core)
// Network client
api(libs.okhttp)
api(libs.okhttp.logging.interceptor)
api(libs.okhttp.dnsoverhttps)