How to get BuildConfig in multi module app

Viewed 19

I am quite new with android and now building some multi module android app. In my app module in build.gradle i set product flavors and i put there some variables for each environment. Now I have login module where I would like to read some of those variables. Any idea or advice how to get access to them from different module?

1 Answers

You can add the same build config values ​​to different modules. Or you can reach the tool by making a module.

Related