chore: Update kotlin version

This commit is contained in:
Christian Pauly 2022-12-15 09:11:11 +01:00
commit 7db1d55c6c

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()