IntelliJ's dismal performance on Kotlin code as a ...
# announcements
b
IntelliJ's dismal performance on Kotlin code as a code editor is a deal-breaker for me, TBH. I can't count the number of times it gets GC-squeezed or Intellisense doesn't work or it takes 3 seconds for the key I type to appear on the screen
👍 11
z
j
the biggest culprit in my experience has been unintended Arrow imports via kotlintest. hopefully 1.4 compiler will make this 5x less painful.
s
The 4.0 release of kotlintest (now called kotest) no longer relies on arrow. Hopefully that will speed thing up.