Update Kotlin to the latest version v2.2.10 (#5828)

This commit is contained in:
David Perez
2025-09-03 17:40:07 -05:00
committed by GitHub
parent a7d0d6844d
commit 58db64da1a

View File

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