ProguardMerger

Standard implementation for merging multiple proguard rule files.

Concatenates all rule entries without any deduplication.

Constructors

Link copied to clipboard
constructor()

Functions

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