I'm having a multi module Java project. To test specific constraints, I'm using Arch Unit. This works fine for the classes that are in the same module as the Arch Unit test class. However, I'd like to write one Arch Unit test that tests classes from all the modules in my project.
How can I import all classes from all the modules I have?