Open
Description
[READ] Guidelines
When filing a feature request please make sure the issue title starts with "FR:".
A good feature request ideally
- is either immediately obvious (i.e. "Add Sign in with Apple support"), or
- starts with a use case that is not achievable with the existing Firebase API and
includes an API proposal that would make the use case possible. The proposed API
change does not need to be very specific.
Once you've read this section, please delete it and fill out the rest of the template.
Feature proposal
- EDM4U Component: Android Resolver(Android Resolver, iOS Resolver, Version Handler, Package Manager, etc)
We currently disable auto-resolution for the EDM since it overrides any existing private maven repositories or custom modifications to gradle files. However, when disabling the auto-resolution of dependencies, a popup appears every time we compile/modify code. The popup ask to enable auto resolution, when denying this, nothing happens and the popup appears on the next compilation.
Enabling auto-resolution and disabling it seems to make the pop-up disappear for a while but it does not last long.