Upgraded kotlin version

This commit is contained in:
Juha Heinanen
2021-09-01 09:32:26 +03:00
parent e5035202bc
commit 7e4890b561

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