From 279e44f8da5d3d5d5c06a4d38e7f0da09d76b65b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:47:43 +0000 Subject: [PATCH] Update kotlin monorepo to v1.9.25 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d415385..82a47ee 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.24' +final KOTLIN_VER = '1.9.25' //noinspection GroovyUnusedAssignment sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8