Is the value of BuildConfig.DEBUG general or related to my lib?
More info: I'm developing a lib/sdk, this sdk is built and deployed in a repository. The final app includes this deployed sdk.
Question: Is it possible to read the BuildConfig.DEBUG (true/false) value of the final app from the lib/sdk?
Dod: In my lib I have to enable something only if the final app is running in debug mode.