CanMinifyCodeBuilder

@Incubating
public interface CanMinifyCodeBuilder

Known direct subclasses
ApplicationVariantBuilder

Application specific variant object that contains properties that will determine the variant's build flow.

LibraryVariantBuilder

VariantBuilder type for library projects

TestVariantBuilder

VariantBuilder type for tests associated with a module.


Interface for component builder that can minify code

Summary

Public methods

abstract boolean

Specifies whether code will be minified

abstract void
setMinifyEnabled(boolean isMinifyEnabled)

Specifies whether code will be minified

Public methods

isMinifyEnabled

abstract boolean isMinifyEnabled()

Specifies whether code will be minified

setMinifyEnabled

abstract void setMinifyEnabled(boolean isMinifyEnabled)

Specifies whether code will be minified