From a1c1d70cd39fb12826971fe6f4e74aefc64d6b88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 20 Apr 2026 16:05:47 +0200 Subject: [PATCH] =?utf8?q?=E2=AC=86=EF=B8=8F=20Update=20Kotlin=20to=202.3.?= =?utf8?q?20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0bf1c22..aefefaf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlinVersion = '2.2.21' + ext.kotlinVersion = '2.3.20' repositories { mavenCentral() -- 2.7.4