fix(deps): upgrade Compose Compiler to 1.5.14-dev-k1.9.24-50022def4af

This commit is contained in:
Harsh Shandilya 2024-05-08 20:10:01 +05:30
parent 452ba7dbf9
commit 8a9cc844b9
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class KotlinAndroidPlugin : Plugin<Project> {
project.tasks.withType<KotlinCompile>().configureEach {
compilerOptions.freeCompilerArgs.addAll(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
"plugin:androidx.compose.compiler.plugins.kotlin:featureFlag=StrongSkipping",
)
if (matches != null) {
val (compilerKotlinVersion) = matches.destructured

View File

@ -4,7 +4,7 @@ agp = "8.5.0-alpha08"
benchmark = "1.3.0-alpha04"
coil = "2.6.0"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.13"
composeCompiler = "1.5.14-dev-k1.9.24-50022def4af"
coroutines = "1.8.1-Beta"
dagger = "2.51.1"
glance = "1.0.0"