downgraded Kotlin version

This commit is contained in:
Agnieszka C
2021-11-28 19:44:39 +01:00
parent eba3049f76
commit 6cc9358230

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