From c65acbb3d2e00bb44dfa2f7800cad526d8f2b12e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:37:00 +0000 Subject: [PATCH] Update kotlin monorepo to v2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ce87a51..da7f47e9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.9.23" + ext.kotlin_version = "2.0.21" ext.room_version = "2.6.1" ext.workmanager_version = "2.9.1" ext.about_libraries_version="11.2.3"