[deps]: Update kotlin (#5103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-28 10:22:46 -04:00
committed by GitHub
parent cda86b842e
commit 6f44e64375

View File

@@ -39,12 +39,12 @@ hilt = "2.56.1"
junit5 = "5.12.2"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.1.10"
kotlin = "2.1.20"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxCoroutines = "1.10.1"
kotlinxSerialization = "1.8.0"
kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.8.1"
kotlinxKover = "0.9.1"
ksp = "2.1.10-1.0.30"
ksp = "2.1.20-2.0.0"
mockk = "1.14.0"
okhttp = "4.12.0"
retrofitBom = "2.11.0"