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