ResourcesMerger

Standard implementation for merging all resource values and resource files.

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

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

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