The module.ivy
of a module lists all the dependencies of a module. However, additional modules may be used because they are dependencies of our dependencies. Those dependencies are called transitive dependencies.
To list the all Ivy dependencies used by module you can do one of the following:
-
Look at the list of modules under
Module Dependencies
in thePackage Manager
-
Look at the file
ivy-fixed.xml
produced when the module is built (Right-Click
on the module and selectBuild Module
) in thetarget~
folder