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<String, List<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 buildTypes: 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.
productFlavors
val productFlavors: MapProperty<String, List<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.