https://kotlinlang.org logo
Title
b

borisdamato

06/15/2017, 2:27 PM
Is it just me or code completion on kotlin seems slower? (AS3.0 C3)
😥 1
b

bachhuberdesign

06/15/2017, 2:32 PM
borisdamato: Not just you, mine’s slower as well.
s

sksk

06/15/2017, 3:00 PM
wich version of kotlin ?
i found kotlin 1.1.3 eap 68 to be lot faster than older versions
b

bachhuberdesign

06/15/2017, 3:04 PM
I’m on eap-68 as well but code completion is still a lot slower than Java (not that it matters, just an observation)
Way faster than it was pre 1.0 though :kotlin-flag:
s

sksk

06/15/2017, 3:10 PM
yeah i noticed that since a long time, but it's getting better with the latest eap
with java code it gives the impression that it is instant
l

lovis

06/15/2017, 6:06 PM
for me it’s only slower if my code contains compile errors 🤔
d

danny

06/15/2017, 8:29 PM
For a while there having
kotlin-reflect
on the classpath slowed down completion significantly - not sure if that’s still the case