Kotlin upgrade

This commit is contained in:
Juha Heinanen
2021-11-21 14:18:15 +02:00
parent 318c3e6b23
commit c0425b2c84
+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.5.20' ext.kotlin_version = '1.6.0'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()