From f1ef06e83e52ae17d0168003dc6d5b12a5f61bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:45:57 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.3.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9fe072d9..066dfb52 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { ext { daggerVersion = "2.59.2" - kotlinVersion = "2.3.20" + kotlinVersion = "2.3.21" jUnitVersion = "4.13.2" androidXTestVersion = "1.3.0" androidXEspressoTestVersion = "3.7.0" @@ -20,7 +20,7 @@ buildscript { // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false + id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21' apply false id 'com.android.library' version '9.2.0' apply false id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'com.android.legacy-kapt' version '9.2.0' apply false