Hello, I have a multiplatform project ( currently ...
# multiplatform
d
Hello, I have a multiplatform project ( currently including jvm only, for easiness purpose ) and I’m having problems with tests. I have this
Copy code
Execution 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