Plugin question - I just installed IDEA Ultimate 2020.3 from EAP (am researching an open issue with Native Debugger that requires this). on Ubuntu and opened up an existing project using kotest 4.2.5 and plugin 1.0.5. Same project (a gradle plugin) works fine on Windows IDEA 2020.2.1 with kotest 4.2.5 - gutter icon run option works. But on Ubuntu, attempting to run an individual StringSpec test using the gutter icon shows this error: Kotest
Add io.kotest:kotest-runner-console-jvm to your build to execute tests using the kotest plugin. Required version is 4.1.0 or higher.
I was thinking console-runner was obsolete. Is this error because of a mismatch between the plugin and the EAP release?