[deps]: Update kotlin (#4083)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-15 15:23:43 +00:00 committed by GitHub
parent 499ab2d2d0
commit 9adb106a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,12 +34,12 @@ hilt = "2.52"
junit5 = "5.11.2"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxCoroutines = "1.9.0"
kotlinxSerialization = "1.7.3"
kotlinxKover = "0.8.3"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.25"
mockk = "1.13.13"
okhttp = "4.12.0"
retrofitBom = "2.11.0"