TestVariantDimension

@Incubating interface TestVariantDimension<SigningConfigT : SigningConfig> : VariantDimension
com.android.build.api.dsl.TestVariantDimension

Summary

Inherited functions

Properties

abstract Boolean?

Returns whether multi-dex is enabled.

abstract SigningConfigT?

The associated signing config or null if none are set on the variant dimension.

Inherited properties

Properties

multiDexEnabled

abstract var 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

abstract var signingConfig: SigningConfigT?

The associated signing config or null if none are set on the variant dimension.