Updated to latest kotlin version

This commit is contained in:
litetex 2021-08-26 18:08:00 +02:00
parent bbcfdf2969
commit 1faf1b261c
1 changed files with 1 additions and 1 deletions

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