Skip to content

Commit

Permalink
Update Ktorfit
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 12, 2024
1 parent 7667373 commit 47096f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
kotlin("multiplatform")
kotlin("native.cocoapods")
id("com.android.library")
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
id("kotlinx-serialization")
id("de.jensklingenberg.ktorfit") version "2.0.1"
id("de.jensklingenberg.ktorfit") version "2.1.0"
}

ktorfit {
Expand All @@ -16,7 +16,7 @@ ktorfit {

version = "1.0"
val ktorVersion = "2.3.11"
val ktorfitVersion = "2.0.1"
val ktorfitVersion = "2.1.0"

kotlin {
jvmToolchain(8)
Expand Down

0 comments on commit 47096f8

Please sign in to comment.