mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(build): enable new PausableComposition
Compose Compiler feature
This commit is contained in:
parent
ba7607429a
commit
f35c12fcbd
3 changed files with 21 additions and 2 deletions
|
@ -54,7 +54,12 @@ baselineProfile {
|
|||
@Suppress("deprecation") from(projects.benchmark.dependencyProject)
|
||||
}
|
||||
|
||||
composeCompiler { featureFlags.addAll(ComposeFeatureFlag.OptimizeNonSkippingGroups) }
|
||||
composeCompiler {
|
||||
featureFlags.addAll(
|
||||
ComposeFeatureFlag.OptimizeNonSkippingGroups,
|
||||
ComposeFeatureFlag.PausableComposition,
|
||||
)
|
||||
}
|
||||
|
||||
licensee {
|
||||
allow("Apache-2.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue