ArchiveMerger

Interface for implementations that merge a set of ArtifactArchives into a specific type of ArtifactArchive.

This is useful for when the merging target has a known sealed type, but the dependencies do not.

Inheritors

Functions

Link copied to clipboard
abstract fun merge(first: T, others: List<ArtifactArchive>): T