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 Dependenciesin thePackage Manager
-
Look at the file
ivy-fixed.xmlproduced when the module is built (Right-Clickon the module and selectBuild Module) in thetarget~folder

