Our app seems to be compiling extremely slowly. Us...
# announcements
s
Our app seems to be compiling extremely slowly. Using
mci -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.