I am currently developing an Android app (= multi module gradle project).
I am trying to introduce ArchUnit, but I have problems accessing the test sourceset of all other modules....
As I am using kotlin and want to use kotlin reflection (= finding out if some classes are indeed internal) it would be good to have those classes on the classpath as well....
I started using ClassFileImporter().importPackages("my.test")
Note: I am using gradle Kotlin DSL