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)
}
composeCompiler { enableStrongSkippingMode = true }
licensee {
allow("Apache-2.0")
allow("MIT")