fix(deps): update kotlin and compose

This commit is contained in:
renovate[bot] 2025-07-19 07:09:52 +00:00 committed by GitHub
parent 1322be3954
commit eca1924f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ glance = "1.0.0"
haze = "1.6.9"
junit = "5.13.3"
konvert = "4.1.2"
kotlin = "2.1.21"
kotlin = "2.2.0"
kotlinResult = "2.0.1"
leakcanary = "3.0-alpha-8"
lifecycle = "2.9.2"
@ -126,10 +126,10 @@ dependencyAnalysis = "com.autonomousapps.dependency-analysis:2.19.0"
invert = "com.squareup.invert:0.0.3-dev"
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:2.1.21-2.0.2"
ksp = "com.google.devtools.ksp:2.2.0-2.0.2"
licensee = "app.cash.licensee:1.13.0"
modulegraphassert = "com.jraska.module.graph.assertion:2.9.0"
poko = "dev.drewhamilton.poko:0.18.7"
poko = "dev.drewhamilton.poko:0.19.1"
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
tracelog = "dev.msfjarvis.tracelog:0.1.3"
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }