Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 912 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 912 Bytes

booster-transform-r-inline

This module is used for resource index inline, such as fields in R$id, R$layout, R$string, etc.

Properties

The following table shows the properties that transformer supports:

Property Description Example
booster.transform.r.inline.ignores comma separated wildcard patterns to ignore android/*,androidx/*

The properties can be passthrough the command line as following:

./gradlew assembleDebug -Pbooster.transform.r.inline.ignores=android/*,androidx/*

or configured in the gradle.properties:

booster.transform.r.inline.ignores=android/*,androidx/*