Logic Gupta
01/25/2024, 12:33 PMBehzod
01/26/2024, 12:41 AMdefaultConfig
in your core module.
According to documentation, you need to specify defaultConfig
in your gradle
file it as follows:
defaultConfigs("dev") {
buildConfigField 'STRING', 'name', 'devValue'
}
Logic Gupta
01/26/2024, 4:18 PM