DexPackagingOptions
interface DexPackagingOptions
Defines an APK variant's packaging options for dex files.
Summary
| Public properties | |
|---|---|
| Property<Boolean> | Whether to use the legacy convention of compressing all dex files in the APK. | 
Public properties
useLegacyPackaging
val useLegacyPackaging: Property<Boolean>
Whether to use the legacy convention of compressing all dex files in the APK.
This property does not affect dex file compression in APKs produced from app bundles.
