Hello! I've been developing a fairly large Android...
# android
b
Hello! I've been developing a fairly large Android project (10k lines or so) using Kotlin and Anko. As the project has grown and layouts have grown increasingly complex, I've started running into code auto-completion freezes lasting 20 seconds or more, often as frequently as every 5 minutes (I have an i7 with 16GB of RAM and SSD). It's definitely made me reconsider my choices, and while I love using Kotlin compared to Java, this sort of performance is unacceptable. I filed a bug report with JetBrains including JVM profiler data (as they requested) in July, but I never heard anything else after that. Anyone else experience these issues? (bug report: https://youtrack.jetbrains.com/issue/KT-13071 )