Update to latest Kotlin v2.0.20 (#3869)

This commit is contained in:
David Perez 2024-09-05 11:59:08 -05:00 committed by GitHub
parent 733053b548
commit 1dd19a8b2d
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.0"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxCoroutines = "1.8.1"
kotlinxSerialization = "1.7.1"
kotlinxKover = "0.8.3"
ksp = "2.0.10-1.0.24"
ksp = "2.0.20-1.0.24"
mockk = "1.13.12"
okhttp = "4.12.0"
retrofitBom = "2.11.0"