fix(deps): update kotlin (#5417)
* fix(deps): update kotlin * No need for compat. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Marty <benoitm@element.io>
This commit is contained in:
parent
800d06f179
commit
a2c41acec4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ android_gradle_plugin = "8.13.2"
|
|||
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
|
||||
kotlin = "2.2.20"
|
||||
kotlinpoet = "2.2.0"
|
||||
ksp = "2.2.20-2.0.2"
|
||||
ksp = "2.2.20-2.0.4"
|
||||
firebaseAppDistribution = "5.2.0"
|
||||
|
||||
# AndroidX
|
||||
|
|
@ -62,7 +62,7 @@ detekt = "1.23.8"
|
|||
# See https://github.com/pinterest/ktlint/releases/
|
||||
ktlint = "1.8.0"
|
||||
androidx-test-ext-junit = "1.3.0"
|
||||
kover = "0.9.1"
|
||||
kover = "0.9.2"
|
||||
|
||||
[libraries]
|
||||
# Project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue