I have a fairly large kotlin backend app, 14 KLOC,...
# intellij
r
I have a fairly large kotlin backend app, 14 KLOC, 1.3.70, gradle-based. If I want to improve compile times for edit->compile->run in IntelliJ, where do I start (using IntelliJ:s built-in compiler, 2020.1). @Mike gave me the tip to try 1.4-M1 plugin in the IDE, which i’m about to do. Is there anything else that can be investigated around my codebase which might improve compile times pre 1.4 ?