Back to Booster

booster-transform-r-inline

booster-transform-r-inline/README.md

5.1.0910 B
Original Source

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:

PropertyDescriptionExample
booster.transform.r.inline.ignorescomma separated wildcard patterns to ignoreandroid/*,androidx/*

The properties can be passthrough the command line as following:

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

or configured in the gradle.properties:

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