From 6232c48520b6721dd2d174933fc0a62dc0a19131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:35:53 +0000 Subject: [PATCH] Update kotlin monorepo to v1.9.24 --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 88bb22d..973c3e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ buildscript { } dependencies { - val kotlinVersion = "1.9.10" + val kotlinVersion = "1.9.24" classpath("com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1") classpath(kotlin("serialization", version = kotlinVersion)) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab82727..aa1133a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ androidxTestEspresso = "3.5.1" androidxTestExt = "1.1.5" hilt = "2.48.1" junit4 = "4.13.2" -kotlin = "1.9.10" +kotlin = "1.9.24" kotlinxSerializationJson = "1.6.0" okhttp = "4.10.0" retrofit = "2.9.0"