Proguard

data class Proguard(val lines: List<String>)

Represents the set of consumer Proguard rules.

Constructors

Link copied to clipboard
constructor(lines: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun writeTo(path: Path)