Skip to content

Latest commit

 

History

History

booster-transform-r-inline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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/*