Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently to get the dependency resolver for a module one use the IvySettings#getResolver(ModuleId moduleId).
Checking the current usage of this method, all callers actually have a ModuleRevisionId when calling the method. Using the ModuleRevisionId instead of the ModuleId would allow more specific resolver assignment, like resolvers depending on the version (this require to be careful since the version may not be resolved yet when asking) and also resolvers depending on extra attributes which open the door to many use cases.