Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Apr 5, 2024
1 parent 11fa496 commit 2eaa935
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
coil3-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil3" }
coil3-network-ktor = { module = "io.coil-kt.coil3:coil-network-ktor", version.ref = "coil3" }
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
chucker-library = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" }
chucker-library-no-op = { module = "com.github.chuckerteam.chucker:library-no-op", version.ref = "chucker" }
Expand Down Expand Up @@ -261,7 +262,8 @@ koin-common = [
"koin-core"
]
coil-common = [
"coil3-compose"
"coil3-compose",
"coil3-network-ktor"
]
constraintlayout-common = [
"constraintlayout-compose-multiplatform"
Expand Down Expand Up @@ -393,7 +395,7 @@ work-android = [
]
ktor-android = [
"ktor-client-okhttp",
"ktor-client-android",
"ktor-client-android"
]
koin-android = [
"koin-android"
Expand Down

0 comments on commit 2eaa935

Please sign in to comment.