I just noticed how renaming a variable in a thousand line file is since some days blazing fast... almost instantaneous.. is this thanks to the new kotlin IR?
o
okarm
04/03/2021, 10:08 PM
Nah, somebody just probably broke into your house and swapped out your old hardware for a new machine 🙈
😆 1
e
elect
04/04/2021, 10:39 AM
cant complain
a
Alexey Belkov [JB]
04/08/2021, 12:57 PM
Please note that Kotlin 1.5 only gets an IR backend. But for renaming things in the IDE probably only the compiler frontend is responsible. So, it's not IR in this case. Still, good to know that it got faster.