From 6b3367e6f81cefe785b282df91d0575c8f33d0b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:39:46 +0000 Subject: [PATCH] Update kotlin --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47c8d78..4caa905 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,7 @@ dependencies { def retrofit = "3.0.0" implementation "com.squareup.retrofit2:retrofit:$retrofit" implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" - implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0" + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0" testImplementation composeBom debugImplementation "androidx.compose.ui:ui-test-manifest" diff --git a/build.gradle b/build.gradle index 75df8a7..659b4d2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - kotlinVersion = "2.3.20" + kotlinVersion = "2.3.21" } } plugins {