I am trying to create a UML diagram from a package which contains packages. The problem is that when I click Java Class Diagrams
on the SRP
package the UML generated shows me the packages names only and not the classes inside them or the dependencies between those packages.
Is it possible to generate a UML diagram that contains all the classes for the SRP
package and the dependencies between them?
I am using IntelliJ IDEA 2019.2.4 (Ultimate Edition)