MERGED_MANIFEST

@Incubating object MERGED_MANIFEST : ArtifactType<RegularFile>, Artifact.Replaceable, Artifact.Transformable
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.SingleArtifact<T>
   ↳ com.android.build.api.artifact.ArtifactType<org.gradle.api.file.RegularFile>
   ↳ com.android.build.api.artifact.ArtifactType.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