DependencyVariantSelection

@Incubating interface DependencyVariantSelection


Specifies options for doing variant selection for external Android dependencies based on build types and product flavours

Summary

Public properties

ListProperty<String>

Specifies a list of build types that the plugin should try to use when a direct variant match with a dependency is not possible.

MapProperty<StringList<String>>

Specifies a map of product flavors that the plugin should try to use when a direct variant match with a dependency is not possible.

Public properties

buildTypes

val buildTypesListProperty<String>

Specifies a list of build types that the plugin should try to use when a direct variant match with a dependency is not possible.

productFlavors

val productFlavorsMapProperty<StringList<String>>

Specifies a map of product flavors that the plugin should try to use when a direct variant match with a dependency is not possible.