Upgraded Kotlin version

This commit is contained in:
Juha Heinanen
2022-11-25 12:27:38 +02:00
parent caf8a980b9
commit 2c01d6fcd5
+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.7.10' ext.kotlin_version = '1.7.20'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()