Stay organized with collections
Save and categorize content based on your preferences.
@Incubating interface Transformable
Denotes an artifact type that can transformed.
Either a SingleArtifact or MultipleArtifact artifact type can be transformed.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Artifact.Transformable\n\nTransformable\n=============\n\n```\n@Incubating interface Transformable\n```\n\n|------------------------------------------------------------|\n| [com.android.build.api.artifact.Artifact.Transformable](#) |\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ArtifactType.AAR](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.AAR), [ArtifactType.APK](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.APK), [ArtifactType.BUNDLE](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.BUNDLE), [ArtifactType.MERGED_MANIFEST](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.MERGED_MANIFEST) |-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------| | [ArtifactType.AAR](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.AAR) | \u003cbr /\u003e | | [ArtifactType.APK](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.APK) | Directory where APK files will be located. | | [ArtifactType.BUNDLE](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.BUNDLE) | The final Bundle ready for consumption at Play Store. | | [ArtifactType.MERGED_MANIFEST](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactType.MERGED_MANIFEST) | Merged manifest file that will be used in the APK, Bundle and InstantApp packages. | |\n\nDenotes an artifact type that can transformed.\n\nEither a [SingleArtifact](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/Artifact.SingleArtifact) or [MultipleArtifact](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/Artifact.MultipleArtifact) artifact type can be transformed.\n\nSummary\n-------"]]