What we can do is offer multiple runners - the cur...
# kotlintest
s
What we can do is offer multiple runners - the current junit5 one (and I suppose the junit4 one), and a kotlintest specific one. If you add the junit5 one then you get the double arrows, but it means that people who are not using the plugin can run the tests from within intellij. If you add the kotlintest specific one, then you don't get the double arrows but you must have the kotlintest intellij plugin installed and you must use our gradle plugin as well - because kotlintest tests in this scenario would not run on top of the junit platform.