fix(deps): upgrade Compose Compiler and KSP

This commit is contained in:
Harsh Shandilya 2023-11-01 00:49:17 +05:30
parent 68dbe97442
commit eb529be286
No known key found for this signature in database

View file

@ -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"