merge Archives
fun mergeArchives(inputArchive: ArtifactArchive, dependencyArchives: List<ArtifactArchive>): ArtifactArchive
Merges the input archive with the provided dependency archives.
This method applies the configured merge rules to the input and dependency archives. The result is a single merged archive that contains the combined contents of all input archives.