hi all, i have a multimodule kmp app and my tests ...
# kotest
k
hi all, i have a multimodule kmp app and my tests are written in all modules, what is the gradle command to run all the tests from different modules? currently i am able to run test for one module but not all at once
g
:check
should run all
check
tasks in all Gradle modules, AFAIR.