I can no longer run unit tests from the gutter. This was working in 1.3.50, but now I get the message:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':acornui-core:jvmTest'.
> No tests found for given includes: [com.acornui.collection.ArrayUtilsTest.floatArrayAdd](filter.includeTestsMatching)
The gutter is a bit different now in that it gives options for JS browser, node, and JVM, but it’s not working for any of them. Nor is it working with a fresh project using the kotlin multiplatform templates.
Any ideas how to fix?