snowe
06/12/2018, 11:09 PMmci -X -Dkotlin.compiler.incremental=true
and the buildtime plugin, I'm able to see that our current compile time is on the order of minutes. Previously I thought this was the time to run our SpringBootTests (which makes sense), but for this to be compile time is absolutely terrible. We've got about 100300 lines of kotlin in this project so I know it's not going to be blazing fast, but this seems out of the norm.