DefaultConfig
interface DefaultConfig : BaseFlavor
| ApplicationDefaultConfig | Specifies defaults for properties that the Android application plugin applies to all build variants. | 
| DynamicFeatureDefaultConfig | Specifies defaults for properties that the Android dynamic-feature plugin applies to all build variants. | 
| LibraryDefaultConfig | Specifies defaults for properties that the Android library plugin applies to all build variants. | 
| TestDefaultConfig | Specifies defaults for properties that the Android test plugin applies to all build variants. | 
Specifies defaults for variant properties that the Android plugin applies to all build variants.
You can override any defaultConfig property when configuring product flavors. See ProductFlavor.
Each plugin has its own interface that extends this one, see ApplicationDefaultConfig, LibraryDefaultConfig, DynamicFeatureDefaultConfig and TestDefaultConfig.
Summary
| Inherited functions | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||||||||
| Inherited properties | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||
