I have multiple flavors in my app. I have certain configs like the API endpoints and few other constants that change based on the flavor. I know we can pass them at build time using buildConfigs. But I do not want to add all these constants in my Build.gradle file(and pollute it). Can I have them in a separate config file and inject the values based on the build Flavor?