fix(build): enable Compose strong skipping mode

This commit is contained in:
Harsh Shandilya 2024-05-30 02:02:12 +05:30
parent 71afc634b9
commit 8c0734a19a
2 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,8 @@ baselineProfile {
from(projects.benchmark.dependencyProject) from(projects.benchmark.dependencyProject)
} }
composeCompiler { enableStrongSkippingMode = true }
licensee { licensee {
allow("Apache-2.0") allow("Apache-2.0")
allow("MIT") allow("MIT")

View file

@ -29,6 +29,8 @@ androidComponents { beforeVariants { (it as HasUnitTestBuilder).enableUnitTest =
anvil { generateDaggerFactories.set(true) } anvil { generateDaggerFactories.set(true) }
composeCompiler { enableStrongSkippingMode = true }
dependencies { dependencies {
api(libs.androidx.compose.ui) api(libs.androidx.compose.ui)
api(libs.dagger) api(libs.dagger)