Kotlin version upgrade

This commit is contained in:
Juha Heinanen
2021-12-16 11:11:00 +02:00
parent 07147e80c5
commit c97eb86ecf

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.6.0'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()