Kotlin version upgrade

This commit is contained in:
Juha Heinanen
2023-03-16 15:58:34 +02:00
parent 8e744ca702
commit 7fba914040

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.7.20'
ext.kotlin_version = '1.8.10'
repositories {
google()
mavenCentral()