I just noticed how renaming a variable in a thousa...
# random
e
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
Nah, somebody just probably broke into your house and swapped out your old hardware for a new machine 🙈
😆 1
e
cant complain
a
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.
e
ah interesting, thanks for the clarification