mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue