Bump kotlin language version to latest 1.6.21 (#6744)

Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:
Timo T
2022-05-14 22:24:55 +02:00
committed by GitHub
parent 816e542e1c
commit 457b20d2de
8 changed files with 20 additions and 9 deletions

View File

@ -1,7 +1,7 @@
package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val kotlinVersion = "1.6.21"
const val appName = "Unciv"
const val appCodeNumber = 709
const val appVersion = "4.0.16"