are there major compilation speed increments expected for 1.5? so far it looks like mostly the backend of the compiler is affected and the frontend, which supposedly brings the most enhancements, will not be part of 1.5 yet.
👀 3
d
darkmoon_uk
01/21/2021, 1:55 AM
I'm curious; where do you feel a performance pain point? For us, JVM Kotlin compile times are absolutely not an issue. Developing for KMP, it's noticeable that Kotlin/Native builds, especially for Release, are 2-3 times as long, if not longer.
d
dmitriy.novozhilov
01/21/2021, 4:44 PM
There won't be any improvements in frontend part until new frontend (aka FIR) won't be released
And I can't give any estimate when it will happen