Davide Giuseppe Farella
03/21/2020, 12:44 PMExecution failed for task ':data:local:jvmTest'.
> No tests found for given includes
that appeared before while running tests on domain and I fixed including right dependencies to jvm().compilations["test"]
Now I added more modules and enabled GRADLE_METADATA
and this error appeared again for all the tests ( with same message, even for :domain
tests - it says Execution failed for task ':data:local:jvmTest'
for :domain
tests and Execution failed for task ':domain:jvmTest'
for :data:local
tests 😅 )
I would love to give more details about my Gradle config, but I don’t wanna post thousands of useless lines of code and wait for your hint/questions instead