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.

Constructors

Link copied to clipboard
constructor(androidAaptIgnore: String, keepClassesMetaFiles: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard