I've just been handed over a problem from a colleague - he's trying to build a Kotlin project with about 650 classes in it, and the gradle build just sits there on the compile Kotlin phase, with the CPU hitting over 500% on the compile process. I'm stumped as to why this is so slow. The classes are all JPA entities.
Does anyone have any pointers as to why this might be ?