Increased kotlin version

This commit is contained in:
Juha Heinanen
2021-09-20 20:16:33 +03:00
parent 03592be0ce
commit f042fb9a31

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