CanMinifyCode
@Incubating interface CanMinifyCode
| ApplicationVariant | Properties for the main Variant of an application. | 
| LibraryVariant | 
 | 
Interface for component that can minify code
Summary
| Public properties | |
|---|---|
| Boolean | Specifies whether code will be minified. | 
Public properties
isMinifyEnabled
val isMinifyEnabled: Boolean
Specifies whether code will be minified. At this point the value is final. You can change it via AndroidComponentsExtension.beforeVariants and CanMinifyCodeBuilder.isMinifyEnabled
