Appendable

@Incubating interface Appendable
com.android.build.api.artifact.Artifact.Appendable

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 MultipleArtifact.

Summary