From 656e3e571a56151fa73eed9fec048d3a16e0adef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:01:32 +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 908f515..de9d644 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' } -final KOTLIN_VER = '1.9.25' +final KOTLIN_VER = '2.0.21' //noinspection GroovyUnusedAssignment sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8