diff --git a/example/AndroidOnlyExample/app/build.gradle.kts b/example/AndroidOnlyExample/app/build.gradle.kts index 884455241..067b3b349 100644 --- a/example/AndroidOnlyExample/app/build.gradle.kts +++ b/example/AndroidOnlyExample/app/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id ("com.android.application") id ("org.jetbrains.kotlin.android") - id ("com.google.devtools.ksp") version "1.8.21-1.0.11" + id ("com.google.devtools.ksp") version "1.8.22-1.0.11" id ("org.jetbrains.kotlin.plugin.serialization") version "1.8.22" id ("de.jensklingenberg.ktorfit") version "1.0.0" diff --git a/example/MultiplatformExample/shared/build.gradle.kts b/example/MultiplatformExample/shared/build.gradle.kts index e31f5b3f0..014a2b562 100644 --- a/example/MultiplatformExample/shared/build.gradle.kts +++ b/example/MultiplatformExample/shared/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("multiplatform") kotlin("native.cocoapods") id("com.android.library") - id("com.google.devtools.ksp") version "1.8.21-1.0.11" + id("com.google.devtools.ksp") version "1.8.22-1.0.11" id("kotlinx-serialization") id("de.jensklingenberg.ktorfit") version "1.0.0" }