chore: Update kotlin version

This commit is contained in:
Christian Pauly 2022-12-15 09:11:11 +01:00
parent 3cff16eabb
commit eeb966adbc

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.6.10' ext.kotlin_version = '1.7.21'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()