mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(build): upgrade to Gradle 8.11-rc-1
This commit is contained in:
parent
7a23aa35c5
commit
c2e609bdf7
3 changed files with 5 additions and 3 deletions
|
@ -47,7 +47,8 @@ android {
|
|||
baselineProfile {
|
||||
mergeIntoMain = true
|
||||
saveInSrc = true
|
||||
from(projects.benchmark.dependencyProject)
|
||||
// dependencyProject is deprecated, needs new APIs in the baseline profile plugin.
|
||||
@Suppress("deprecation") from(projects.benchmark.dependencyProject)
|
||||
}
|
||||
|
||||
composeCompiler { featureFlags.addAll(ComposeFeatureFlag.OptimizeNonSkippingGroups) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue