Is it just me or code completion on kotlin seems s...
# announcements
b
Is it just me or code completion on kotlin seems slower? (AS3.0 C3)
😥 1
b
borisdamato: Not just you, mine’s slower as well.
s
wich version of kotlin ?
i found kotlin 1.1.3 eap 68 to be lot faster than older versions
b
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 K
s
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
for me it’s only slower if my code contains compile errors 🤔
d
For a while there having
kotlin-reflect
on the classpath slowed down completion significantly - not sure if that’s still the case