Hey guys, I've got a problem with android studio a...
# arrow
m
Hey guys, I've got a problem with android studio and arrow, after adding core, optics, fx and meta as my dependencies my auto-completion is broken. It keeps reloading the list, shrinking and adding elements all the time in a loop. Did anyone seen something similar?
b
I have seen this with IntelliJ. Since AndroidStudio is based on IntelliJ I assume it is the same bug that manifests itself there.
m
at least I'm not alone 🙂
s
same for me in intellij.
exactly how you video demonstrates
s
😱 it breaks the scrolling? 😮
b
yeah, the autocomplete list continually changes in a big loop every 1-3 seconds
s
If I remember correctly it started from versions after 0.9.0
s
This should vastly improve with Kotlin 1.4 and the new powers it has for meta programming / code gen.
👍 2
Kotlin 1.4 feature list also lists some of these perf issues
👍 3
s
nice ❤️
t
m
oh, it's reported, cool, thanks guys for the info!
just checked and 0.10.3 works totally fine with AS, will stick with it for now 🙂