Kotlin upgrade

This commit is contained in:
Juha Heinanen
2023-09-18 10:59:57 +03:00
parent 0dd09d2be2
commit 4cb4987cbb
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.8.20' ext.kotlin_version = '1.8.22'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()