mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Remove some deps that already covered by core module
This commit is contained in:
parent
25d32d4f6f
commit
d5651573b0
2 changed files with 4 additions and 13 deletions
|
@ -178,13 +178,6 @@ dependencies {
|
|||
implementation(libs.rxjava)
|
||||
implementation(libs.rxrelay)
|
||||
|
||||
// Network client
|
||||
implementation(libs.okhttp)
|
||||
implementation(libs.okhttp.logging.interceptor)
|
||||
implementation(libs.okhttp.dnsoverhttps)
|
||||
implementation(libs.okhttp.brotli)
|
||||
implementation(libs.okio)
|
||||
|
||||
// Chucker
|
||||
debugImplementation(libs.chucker.library)
|
||||
releaseImplementation(libs.chucker.library.no.op)
|
||||
|
@ -223,15 +216,9 @@ dependencies {
|
|||
implementation(libs.nucleus)
|
||||
implementation(libs.nucleus.support.v7)
|
||||
|
||||
// Dependency injection
|
||||
implementation(libs.injekt.core)
|
||||
|
||||
// Image library
|
||||
implementation(libs.bundles.coil)
|
||||
|
||||
// Logging
|
||||
implementation(libs.bundles.logging)
|
||||
|
||||
// Sort
|
||||
implementation(libs.java.nat.sort)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue