Skip to content

Commit

Permalink
Remove unused okhttp dependency
Browse files Browse the repository at this point in the history
yasinkacmaz committed Dec 21, 2023
1 parent f8ec975 commit ba9231b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ ktorCore = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktorContentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktorOkhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktorSerialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.12" }
coil = { module = "io.coil-kt:coil-compose", version = "2.5.0" }
jsonSerialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
androidX_palette = { module = "androidx.palette:palette", version = "1.0.0" }
@@ -65,6 +64,6 @@ compose = [
"compose_paging", "compose_activity", "compose_viewModel", "compose_navigation",
"compose_hiltNavigation", "compose_constraintLayout"
]
io = ["okhttp", "jsonSerialization", "ktorCore", "ktorContentNegotiation", "ktorOkhttp", "ktorSerialization"]
io = ["jsonSerialization", "ktorCore", "ktorContentNegotiation", "ktorOkhttp", "ktorSerialization"]
test = ["junit", "strikt", "coroutinesTest"]
androidTest = ["compose_uiTest", "compose_uiTestJunit", "junitExt" ]

0 comments on commit ba9231b

Please sign in to comment.