You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating the project to Gradle 8 and removing BuildConfings I faced many warnings with the message
"Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled."
After researching I found that those warnings come from the NewRelic library.
Does it have any impact on library work?
Steps to Reproduce
Upgrade gradle to version 8 and above and make sure that the generating BuildConfigs option is disabled
Expected Behavior
Warnings should not appear
Relevant Logs / Console output
Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled.
Your Environment
Android agent - 7.3.1
The text was updated successfully, but these errors were encountered:
Description
After migrating the project to Gradle 8 and removing BuildConfings I faced many warnings with the message
"Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled."
After researching I found that those warnings come from the NewRelic library.
Does it have any impact on library work?
Steps to Reproduce
Upgrade gradle to version 8 and above and make sure that the generating BuildConfigs option is disabled
Expected Behavior
Warnings should not appear
Relevant Logs / Console output
Accessing value buildConfigFields in variant debug has no effect as the feature buildConfig is disabled.
Your Environment
Android agent - 7.3.1
The text was updated successfully, but these errors were encountered: