Over the recent months, our project has become unbearably slow to use in Android Studio. Code completion, auto-importing, and code-formatting all end up taking several seconds, even longer.
It seems the more Kotlin we add, the slower it gets, but it’s hard to verify or pinpoint why this could be the case. There are so many moving parts, e.g. Kotlin Serialization, Android View Bindings, Dagger, etc., and it’s hard to troubleshoot.
Does anybody have ideas how to figure this out? Does the IDE have any profiling/reporting tools that would help us see what it’s spending its time on?
Our team would appreciate any help.