PrivacySandboxKeepRules

Added in 8.4.0-rc02

@Incubating
interface PrivacySandboxKeepRules : ConfigurableFiles


Summary

Public properties

MutableSet<String>

Ignore keep rules from listed external dependencies.

Boolean

Ignore keep rules from all the external dependencies.

Inherited functions

From com.android.build.api.dsl.ConfigurableFiles
Unit
Unit
@Incubating
files(vararg files: Any)

Public properties

ignoreFrom

Added in 8.4.0-rc02
val ignoreFromMutableSet<String>

Ignore keep rules from listed external dependencies. External dependencies can be specified via GAV coordinates(e.g. "groupId:artifactId:version") or in the format of "groupId:artifactId" in which case dependencies are ignored as long as they match groupId & artifactId.

ignoreFromAllExternalDependencies

Added in 8.4.0-rc02
var ignoreFromAllExternalDependenciesBoolean

Ignore keep rules from all the external dependencies.