Upgrade kotlin to 1.7.20

This commit is contained in:
sim 2022-10-02 16:32:31 +02:00
parent 2495c78bce
commit aa75996717
1 changed files with 1 additions and 1 deletions

View File

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