Resources

data class Resources(val files: FileSet, val packageName: String, val minSdk: Int, val androidAaptIgnore: String)

Represents the contents of the res/ folder.

Constructors

Link copied to clipboard
constructor(files: FileSet, packageName: String, minSdk: Int, androidAaptIgnore: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val minSdk: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun writeTo(path: Path)