From 17065653a38dd7345786aa30f4fd145d87d4d29f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:02:32 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v2 --- app/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6674d50..e92cb90 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("org.jetbrains.kotlin.android") id("com.google.devtools.ksp") version "1.9.23-1.0.20" id("androidx.navigation.safeargs.kotlin") - kotlin("plugin.serialization") version "1.9.23" + kotlin("plugin.serialization") version "2.0.21" id("org.jmailen.kotlinter") id("io.gitlab.arturbosch.detekt") } diff --git a/build.gradle.kts b/build.gradle.kts index a81725b..38240a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ buildscript { plugins { id("com.android.application") version "8.3.2" apply false id("com.android.library") version "8.3.2" apply false - id("org.jetbrains.kotlin.android") version "1.9.23" apply false + id("org.jetbrains.kotlin.android") version "2.0.21" apply false id("org.jmailen.kotlinter") version "4.3.0" apply false id("io.gitlab.arturbosch.detekt") version "1.23.6" apply false // Related: https://github.com/NeoTech-Software/Android-Root-Coverage-Plugin?tab=readme-ov-file#4-compatibility