VariantExtensionConfig

interface VariantExtensionConfig<VariantT : Variant> : VariantExtensionConfig<VariantT>

Summary

Inherited functions

T buildTypeExtension(extensionType: Class<T>)

Returns the variant specific extension registered through the com.android.build.api.extension.DslExtension.buildTypeExtensionType API.

List<T> productFlavorsExtensions(extensionType: Class<T>)

Returns the variant specific extension registered through the com.android.build.api.extension.DslExtension.productFlavorExtensionType API.

T projectExtension(extensionType: Class<T>)

Returns the project (across variants) extension registered through the com.android.build.api.extension.DslExtension.projectExtensionType API.

Inherited properties

VariantT variant

Gets the variant object the com.android.build.api.variant.VariantExtension should be associated with.