mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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
|
@ -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