From 4752503092cce58c88aa1a5889ed443decc9a09e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:49:29 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c56ea9c81..8a2392f01 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { - kotlin_version = '2.4.10' + kotlin_version = '2.4.20' jacoco_version = '0.8.15' } }