fix(deps): update kotlin

This commit is contained in:
renovate[bot] 2025-01-30 14:53:02 +00:00 committed by GitHub
parent d851319305
commit b4925430e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -32,8 +32,8 @@ apollographql = "3.8.5"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"
conscrypt = "2.5.3"
coroutines = "1.9.0"
coroutines-play-services = "1.9.0"
coroutines = "1.10.1"
coroutines-play-services = "1.10.1"
desugar_jdk_libs = "2.1.4"
diffx = "1.1.1"
emoji2 = "1.3.0"
@ -45,9 +45,9 @@ glide-animation-plugin = "2.23.0"
hilt = "2.55"
org-json = "20240303"
junit = "4.13.2"
kotlin = "2.0.21"
kotlin = "2.1.10"
kotlin-result = "1.1.20"
ksp = "2.0.21-1.0.28"
ksp = "2.1.10-1.0.29"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.8.0" # = agp + 23.0.0 (= 8.8.0), see https://github.com/googlesamples/android-custom-lint-rules#lint-version

View File

@ -19,7 +19,7 @@
plugins {
`java-gradle-plugin`
`maven-publish`
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.10"
}
group = "app.pachli.plugins"