Artifact.Appendable
interface Artifact.Appendable
MultipleArtifact.ALL_CLASSES_DIRS |
Classes that will eventually be dex'ed for this module, that were generated, or processed as directories. |
MultipleArtifact.ALL_CLASSES_JARS |
Classes that will eventually be dex'ed for this module, that were generated, or processed as jar files. |
MultipleArtifact.ASSETS |
Assets that will be packaged in the resulting APK or Bundle. |
Denotes an artifact type that can be appended to. Appending means that existing artifacts produced by other tasks are untouched and a new task producing the artifact type will have its output appended to the list of artifacts.
Due to the additive behavior of the append scenario, an Appendable
must be a Multiple
.