I’m seeing an issue where I have a mixed java/kotl...
# announcements
d
I’m seeing an issue where I have a mixed java/kotlin multi-module project and I have set up a junit run configuration to run all unit tests in a directory (instead of module or package) but it says ‘Class not found: “com.example.android.somemodule.ExampleUnitTest”Empty test suite.’ for my test classes that are written in kotlin. Has anyone else seen that or know how to get around it? The tests run fine on a package or module basis.