chore(dependencies): Upgrade Kotlin to 2.1.20 and KSP to 2.1.20-1.0.31 (#1711)

The Kotlin version has been bumped to 2.1.20 and Kotlin Symbol Processing (KSP) has been updated to version 2.1.20-1.0.31 in the `libs.versions.toml` file.
This commit is contained in:
James Rich 2025-03-23 22:09:54 -05:00 committed by GitHub
parent 34542fa6cf
commit 7effb9f73c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ core-splashscreen = "1.0.1"
crashlytics = "3.0.3"
datastore = "1.1.3"
detekt = "1.23.8"
devtools-ksp = "2.1.10-1.0.31"
devtools-ksp = "2.1.20-1.0.31"
emoji2 = "1.5.0"
espresso-core = "3.6.1"
firebase-bom = "33.11.0"
@ -22,7 +22,7 @@ hilt = "2.56"
hilt-navigation-compose = "1.2.0"
junit = "4.13.2"
junit-version = "1.2.1"
kotlin = "2.1.10"
kotlin = "2.1.20"
kotlinx-collections-immutable = "0.3.8"
kotlinx-coroutines-android = "1.10.1"
kotlinx-serialization-json = "1.8.0"