TestVariantDimension
interface TestVariantDimension : VariantDimension
TestBaseFlavor |
|
TestBuildType |
Build types define certain properties that Gradle uses when building and packaging your library, and are typically configured for different stages of your development lifecycle. |
TestDefaultConfig |
Specifies defaults for properties that the Android test plugin applies to all build variants. |
TestProductFlavor |
Encapsulates all product flavors properties for test projects. |
Shared properties between DSL objects that contribute to a separate-test-project variant.
That is, TestBuildType
and TestProductFlavor
and TestDefaultConfig
.
Summary
Public properties |
|
---|---|
Boolean? |
Returns whether multi-dex is enabled. |
ApkSigningConfig? |
The associated signing config or null if none are set on the variant dimension. |
Inherited functions |
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public properties
multiDexEnabled
val multiDexEnabled: Boolean?
Returns whether multi-dex is enabled.
This can be null if the flag is not set, in which case the default value is used.
signingConfig
val signingConfig: ApkSigningConfig?
The associated signing config or null if none are set on the variant dimension.