CanProduceConsumerProguardFiles

Added in 9.0.0-alpha02

@Incubating
interface CanProduceConsumerProguardFiles

Known direct subclasses
LibraryVariant

Model for library components that only contains build-time properties.

Known indirect subclasses
KotlinMultiplatformAndroidVariant

Properties for the main Variant of a kotlin multiplatform android library


Component that optionally produces consumer proguard files.

Summary

Public properties

ListProperty<RegularFile>

The collection of proguard rule files for consumers of the library to use.

Public properties

consumerProguardFiles

Added in 9.0.0-alpha02
val consumerProguardFilesListProperty<RegularFile>

The collection of proguard rule files for consumers of the library to use. The list is initialized from the corresponding DSL element, and cannot be queried at configuration time. At configuration time, you can only add new elements to the list.