mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(deps): update Compose Compiler to 1.5.14
This commit is contained in:
parent
47332c22ec
commit
cfaa1c17a0
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ class KotlinAndroidPlugin : Plugin<Project> {
|
|||
project.tasks.withType<KotlinCompile>().configureEach {
|
||||
compilerOptions.freeCompilerArgs.addAll(
|
||||
"-P",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:featureFlag=StrongSkipping",
|
||||
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
|
||||
)
|
||||
if (matches != null) {
|
||||
val (compilerKotlinVersion) = matches.destructured
|
||||
|
|
|
@ -5,7 +5,7 @@ android-junit5 = "1.10.0.0"
|
|||
benchmark = "1.3.0-alpha05"
|
||||
coil = "2.6.0"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.5.14-dev-k1.9.24-50022def4af"
|
||||
composeCompiler = "1.5.14"
|
||||
coroutines = "1.8.1"
|
||||
dagger = "2.51.1"
|
||||
glance = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue