Upgrade kotlin to 1.7.20

This commit is contained in:
sim 2022-10-02 16:32:31 +02:00
parent 2495c78bce
commit aa75996717

View File

@ -1,6 +1,6 @@
// 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()