From 95bf9945c35f218f024656ce7cb82a0639318eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:01:52 +0000 Subject: [PATCH] Update kotlin monorepo to v1.9.20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9775aac..fef2078 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.10' +final KOTLIN_VER = '1.9.20' //noinspection GroovyUnusedAssignment sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8