From 6e74fbfc49265e341628d45bb6f9fbae068cc90d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:01:46 +0000 Subject: [PATCH] Update kotlin (#330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4db0ea8..7cb14f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' @@ -101,7 +101,7 @@ dependencies { def okhttp = "4.12.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.6.3" + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose" diff --git a/build.gradle b/build.gradle index 101db7e..9071537 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.0.0" + kotlinVersion = "2.0.20" } } plugins {