mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(build): enable Compose strong skipping mode
This commit is contained in:
parent
71afc634b9
commit
8c0734a19a
2 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,8 @@ baselineProfile {
|
|||
from(projects.benchmark.dependencyProject)
|
||||
}
|
||||
|
||||
composeCompiler { enableStrongSkippingMode = true }
|
||||
|
||||
licensee {
|
||||
allow("Apache-2.0")
|
||||
allow("MIT")
|
||||
|
|
|
@ -29,6 +29,8 @@ androidComponents { beforeVariants { (it as HasUnitTestBuilder).enableUnitTest =
|
|||
|
||||
anvil { generateDaggerFactories.set(true) }
|
||||
|
||||
composeCompiler { enableStrongSkippingMode = true }
|
||||
|
||||
dependencies {
|
||||
api(libs.androidx.compose.ui)
|
||||
api(libs.dagger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue