TestVariantDimension

interface TestVariantDimension : VariantDimension
com.android.build.api.dsl.TestVariantDimension

Shared properties between DSL objects that contribute to a separate-test-project variant.

That is, TestBuildType and TestProductFlavor and TestDefaultConfig.

Summary

Inherited functions

Properties

abstract Boolean?

Returns whether multi-dex is enabled.

abstract ApkSigningConfig?

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: ApkSigningConfig?

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