SingleArtifact.MERGED_MANIFEST

object SingleArtifact.MERGED_MANIFEST : Artifact, Artifact.Single, SingleArtifact, Artifact.Replaceable, Artifact.Transformable

Any
   ↳ Artifact
     ↳ Artifact.Single
       ↳ SingleArtifact
         ↳ SingleArtifact.MERGED_MANIFEST

Merged manifest file that will be used in the APK, Bundle and InstantApp packages. This will only be available on modules applying one of the following plugins : com.android.application com.android.dynamic-feature com.android.library com.android.test

For each module, unit test and android test variants will not have a manifest file available.

Summary

Inherited functions

From class Artifact
open String
String

Provide a unique name for the artifact type.

From class SingleArtifact