AarMetadata

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

Represents the contents of the META-INF/com/android/build/gradle/aar-metadata.properties file.

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)