Is there a way in the kotest intellij plugin to set junit’s setForkEvery?
I’d like to force a new jvm for each spec if i can. I can do it when running from the cli, but it doesn’t appear that the kotest extension respects the build.gradle.kts config?