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