The Dark Secrets of Fast Compilation for Kotlin – Kotlin Blog
DRANK
Compiling a lot of code fast is a hard problem, especially when the compiler has to perform complex analyses such as overload resolution and type inference with generics. In this post, I’ll tell you a