⬆️ Update Kotlin to 2.3.20
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 20 Apr 2026 14:05:47 +0000 (16:05 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 20 Apr 2026 14:05:47 +0000 (16:05 +0200)
build.gradle

index 0bf1c22..aefefaf 100644 (file)
@@ -1,5 +1,5 @@
 buildscript {
-    ext.kotlinVersion = '2.2.21'
+    ext.kotlinVersion = '2.3.20'
 
     repositories {
         mavenCentral()