updating kotlin to 1.6.10

This commit is contained in:
tibbi 2022-02-11 10:53:11 +01:00
parent 871aeaefec
commit 68ed5af269

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