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
Imagine both the base and feature modules transitively depend on Guava.
In the base module, some dependency excludes some of Guava's transitive dependencies.
The feature module depends on a newer version of Guava
When the lockfile is merged, this plugin will take the newer of the two versions from the feature module including its whole transitive dependency subtree
This will pull in Guava's transitive deps that were excluded from the base module
This puts the lockfile in a bad state because it will include transitive deps that will not be resolved in the base module.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: