Has anyone encountered any issues with using a custom test framework with kotlin mp? I'm using the Spek framework and it cannot seem to find my tests to run them, I'm assuming because of the project structure as the same buildscript works in my other, non-mp projects. Is there a way to point a custom test framework to the right sourceSet (like
jvmTest
)?