Stay organized with collections
Save and categorize content based on your preferences.
Appendable
@Incubating interface 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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# Artifact.Appendable\n\nAppendable\n==========\n\n```\n@Incubating interface Appendable\n```\n\n|---------------------------------------------------------|\n| [com.android.build.api.artifact.Artifact.Appendable](#) |\n\nDenotes an artifact type that can be appended to.\nAppending means that existing artifacts produced by other tasks are untouched and a\nnew task producing the artifact type will have its output appended to the list of artifacts.\n\nDue to the additive behavior of the append scenario, an [Appendable](#) must be a\n[MultipleArtifact](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/Artifact.MultipleArtifact).\n\nSummary\n-------"]]