Skip to content

Commit

Permalink
-Kamel Default Dependency Impl
Browse files Browse the repository at this point in the history
  • Loading branch information
KhubaibKhan4 committed Oct 30, 2024
1 parent 0d9cff4 commit 4e99446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ kotlin {
implementation(libs.ktor.client.logging)
implementation(libs.io.ktor.ktor.client.serialization)
implementation(libs.kamel.image)
implementation(libs.kamel.image.default)
implementation(libs.sqlDelight.extension)
implementation(libs.navigation.compose)
implementation(libs.lifecycle.viewmodel.compose)
Expand Down
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ voyager = "1.1.0-beta03"
napier = "2.7.1"
buildConfig = "5.3.5"
kotlinx-coroutines = "1.9.0"
ktor = "3.0.0"
ktor = "3.0.1"
kotlinx-serialization = "1.7.3"
kotlinx-datetime = "0.6.1"
koin = "4.0.0"
koinComposeMultiplatform = "4.0.0"
kamelImage = "0.9.5"
kamelImage = "1.0.1"
size = "0.5.0"
sqlDelight = "2.0.2"
glace-effect = "1.1.1"
Expand Down Expand Up @@ -70,6 +70,7 @@ kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serializa
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
io-ktor-ktor-client-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
kamel-image = { module = "media.kamel:kamel-image", version.ref = "kamelImage" }
kamel-image-default = { module = "media.kamel:kamel-image-default", version.ref = "kamelImage" }
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
voyager-tab-navigator = { module = "cafe.adriel.voyager:voyager-tab-navigator", version.ref = "voyager" }
voyager-transitions = { module = "cafe.adriel.voyager:voyager-transitions", version.ref = "voyager" }
Expand Down

0 comments on commit 4e99446

Please sign in to comment.