PublicTxtMerger

Standard implementation for merging multiple public.txt files.

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

Constructors

Link copied to clipboard
constructor()

Functions

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