mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
fix(deps): upgrade Compose Compiler and KSP
This commit is contained in:
parent
68dbe97442
commit
eb529be286
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ agp = "8.3.0-alpha11"
|
|||
benchmark = "1.2.0"
|
||||
coil = "2.5.0"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.5.3"
|
||||
composeCompiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
|
||||
coroutines = "1.7.3"
|
||||
dagger = "2.48.1"
|
||||
glance = "1.0.0"
|
||||
|
@ -106,7 +106,7 @@ android-test = { id = "com.android.test", version.ref = "agp" }
|
|||
anvil = "com.squareup.anvil:2.4.8"
|
||||
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
ksp = "com.google.devtools.ksp:1.9.10-1.0.13"
|
||||
ksp = "com.google.devtools.ksp:1.9.20-1.0.13"
|
||||
licensee = "app.cash.licensee:1.8.0"
|
||||
modulegraph = "dev.iurysouza.modulegraph:0.5.0"
|
||||
modulegraphassert = "com.jraska.module.graph.assertion:2.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue