how to set `buildConfigField`s from `build.gradle....
# getting-started
m
how to set `buildConfigField`s from
build.gradle.productFlavors.favor
as environment variable? for example, if I have
buildConfigField 'String', 'BASE_URL', ""
. how can I set that
BASE_URL
property as environment variable?
not kotlin but kotlin colored 1