AndroidManifestMerger

Standard implementation for merging multiple AndroidManifest.xml files.

The basis of this implementation uses the same manifest merging logic that the Android Gradle Plugin uses.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun merge(first: AndroidManifest, others: List<AndroidManifest>): AndroidManifest