Update to Kotlin v2.2.20 (#5888)

This commit is contained in:
David Perez 2025-09-15 16:12:11 -05:00 committed by GitHub
parent 7710ad8a73
commit c6814c8870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,12 +44,12 @@ hilt = "2.57.1"
junit5 = "5.13.4"
jvmTarget = "21"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.2.10"
kotlin = "2.2.20"
kotlinxCollectionsImmutable = "0.4.0"
kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.9.0"
kotlinxKover = "0.9.1"
ksp = "2.2.10-2.0.2"
ksp = "2.2.20-2.0.2"
mockk = "1.14.5"
okhttp = "5.1.0"
retrofitBom = "3.0.0"