fix: Change kotlin version for gradle

pull/392/head
NaiJi ✨ 2024-01-08 13:46:43 +04:00
parent a45ac7e344
commit 8e952abd94
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.9.21'
ext.getVersionCode = { ->
try {
def stdout = new ByteArrayOutputStream()