From 14ca7bf8e05e243dca009b086e32d30622786b7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:34:30 +0000 Subject: [PATCH] Update kotlin --- app/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 99a46f1..5b7db86 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ plugins { } ext { - composeCompiler = "1.5.12" + composeCompiler = "1.5.15" } android { @@ -78,7 +78,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" // this helps renovate detect and update the compose compiler //noinspection GroovyUnusedAssignment @@ -112,7 +112,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.2" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose" diff --git a/build.gradle b/build.gradle index 6e9be02..43203b7 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 = "1.9.23" + kotlinVersion = "1.9.25" } } plugins {