Hi there. I'm just getting started with Kotlin and IntelliJ. I have a very small project (maybe a few hundred lines of code total), with some tests written using Spek. Sometimes, when I do CTRL+SHIFT+R on a test file to run the tests, the Make process takes a very long time (30-40s on my Macbook Pro). Running 'gradle test' and re-building everything (with no daemon) takes 10-15s max. I increased the max heap size for IntelliJ to 2G, but this didn't seem to help avoid this problem. Any thoughts on what might be going wrong? Or is this a known bug? Thanks!