Update Kotlin and ksp to latest versions (#4773)

This commit is contained in:
David Perez
2025-02-24 13:13:14 -06:00
committed by GitHub
parent 011d637f7c
commit a651d9b1fc

View File

@@ -37,12 +37,12 @@ hilt = "2.55"
junit5 = "5.11.3"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxCoroutines = "1.10.1"
kotlinxSerialization = "1.8.0"
kotlinxKover = "0.9.1"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.30"
mockk = "1.13.13"
okhttp = "4.12.0"
retrofitBom = "2.11.0"
@@ -97,7 +97,7 @@ google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlyti
google-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
google-hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
google-hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
google-play-review = { module = "com.google.android.play:review", version.ref = "googleReview"}
google-play-review = { module = "com.google.android.play:review", version.ref = "googleReview" }
junit-junit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit5" }
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" }
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }