chore: kotlin version bump

This commit is contained in:
rebelonion 2024-03-16 23:11:30 -05:00
parent 813b64980d
commit cf9799da7c
2 changed files with 2 additions and 6 deletions

View file

@ -7,7 +7,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
ext {
kotlin_version = '1.9.21'
kotlin_version = '1.9.23'
ksp_version = '1.9.10-1.0.13'
}
@ -17,7 +17,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath "com.google.devtools.ksp:symbol-processing-api:$ksp_version"
classpath "com.google.devtools.ksp:symbol-processing-gradle-plugin:$ksp_version"
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
}
}