Update Kotlin version (#13602)

This commit is contained in:
Yair Morgenstern 2025-07-11 17:05:00 +03:00 committed by GitHub
parent 3616a39caa
commit f9d4e1b515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.9.24"
const val kotlinVersion = "2.1.20"
const val appName = "Unciv"
const val appCodeNumber = 1142
const val appVersion = "4.17.4"