We can see in the stack trace that IntelliJ is try...
# kotlintest
s
We can see in the stack trace that IntelliJ is trying to launch the tests via JUnit 5, and then that fails because you've got JUnit 4 runner on your classpath.