DSL object for configuring dx options.
Property | Description |
incremental | Whether to enable the incremental mode for dx. This has many limitations and may not work. Use carefully. |
javaMaxHeapSize | Sets the -JXmx* value when calling dx. Format should follow the 1024M pattern. |
jumboMode | Enable jumbo mode in dx (--force-jumbo). |
preDexLibraries | Whether to pre-dex libraries. This can improve incremental builds, but clean builds may be slower. |
Whether to enable the incremental mode for dx. This has many limitations and may not work. Use carefully.
String
javaMaxHeapSize
Sets the -JXmx* value when calling dx. Format should follow the 1024M pattern.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.