In my project I have a module where I store the common code for all my other modules to depend upon. I also have some utility code for testing functionality
Modules that depend on it are able to access the code just fine, but in the test sources they cannot.
Is there a way to fix that? I am using Kotlin multiplatform in my project