Environment
data class Environment(val androidAaptIgnore: String, val keepClassesMetaFiles: Boolean) : Serializable
General properties that influence the archive merging process.
Parameters
android Aapt Ignore
the value of the ANDROID_AAPT_IGNORE
environment variable.
keep Classes Meta Files
whether META-INF/
files should be kept in merged archive file.