"JVM target 1.6 is no longer supported" error when running selenium test
I have a set of selenium tests, which I used to be able to debug on IntelliJ by right clicking and choosing Debug.
I'm not sure what's changed but it now errors with the following message:
Kotlin: JVM target 1.6 is no longer supported. Please migrate to JVM target 1.8 or above
Tests run fine if I run them via gradle.
Here's my IntelliJ config:
https://i.stack.imgur.com/ivEWG.png▾
And my Debug configuration (ignore the red class name):
<a...