I’m trying to diagnose some simple Kotlin compile/run slowness. I’m trying to be more test driven. I created a project with a Java test class (testng) and a kotlin test class. With the java one, if I make a change, then hit shift-F10 to re-run the test, it takes 3-4 seconds to compile and run. With Kotlin, it’s over 20 seconds. This kills productivity. Any thoughts on how to improve this?