I consistently get 'EngineException' when running ...
# kotest
a
I consistently get 'EngineException' when running tests from common test sourceset. When moving the tests to jvmTest and adding kotlin-reflect as a dependency it works. But this also happens with the kotest multiplatform example. When adding another sourceset (e.g. javascript) it works via the Gradle task but not via the gutter in IntelliJ, because I get "No JDK specified" even though the project has a JDK specified. Is there a working repository where running singular common tests via the IntelliJ gutter is possible?