module and leaving the functions/casses I want exposed in
commonMain
of that module, but this feels like a workaround rather than the solution
g
Grégory Lureau
08/18/2022, 1:46 PM
Afaik it's the standard approach for Java projects, test code is not part of the module, and it's not automatically loaded via dependency. As your workaround, I use a couple of test modules to share common test tools/dependencies.