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. |
threadCount | Number of threads to use when running dx. |
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.
Whether to pre-dex libraries. This can improve incremental builds, but clean builds may be slower.
Integer
threadCount
Number of threads to use when running dx.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.