From d7ce4d2c65bcab7d857bbcc3236703ee48341768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:37:13 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v2.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 409fd5849..2e2f7b7fb 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { ext { - kotlinVersion = '2.3.21' + kotlinVersion = '2.4.0' commonsVersion = '2.4.1' androidCommonsVersion = '1.1.1' nextcloudAndroidCommonLib = "0.33.2"