fix(deps): update Compose Compiler to 1.5.14

This commit is contained in:
Harsh Shandilya 2024-05-15 18:21:34 +05:30
parent 47332c22ec
commit cfaa1c17a0
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:featureFlag=StrongSkipping",
"plugin:androidx.compose.compiler.plugins.kotlin:strongSkipping=true",
)
if (matches != null) {
val (compilerKotlinVersion) = matches.destructured

View file

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