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