Execution failed for task ':app:testDebugUnitTest'. > No tests found for given includes: [com.*](filter.includeTestsMatching)
I'm trying to migrate a project from JUnit 4 to 5. The project has had a lot of migrations lately, including the swap from Groovy DSL to Kotlin DSL, Mockito to Mockk and from 'legacy' xml to JetPack Compose.
However, when I try to migrate to JUnit 5, I keep getting the error which was mentioned in the title. I feel like I have tried everything there is, but for some reason project setups which should be working, do not seem to actually be working.
build.gradle (project)
buildscript {...