AssetsMerger

class AssetsMerger(fileSetMerger: Merger<FileSet>) : Merger<Assets>

Standard file-wise implementation for merging multiple assets/ folders.

Constructors

Link copied to clipboard
constructor(fileSetMerger: Merger<FileSet>)

Functions

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