We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218117d commit b1309c1Copy full SHA for b1309c1
example/AndroidOnlyExample/app/build.gradle.kts
@@ -54,7 +54,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
54
55
val ktorfit = "2.2.0"
56
val ktor = "3.0.1"
57
-val compose_ui_version = "1.7.4"
+val compose_ui_version = "1.7.7"
58
dependencies {
59
implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit")
60
implementation("io.ktor:ktor-client-serialization:$ktor")
0 commit comments