Extremely slow in autocompletion & code analysis for Kotlin projects in Intellij IDEA

前端 未结 4 1950
花落未央
花落未央 2021-02-07 07:14

We have a project on IDEA that consists of a couple med sized Java packages and one very small Kotlin package (5 files). I noticed performance is fine with any Java packages, bu

4条回答
  •  深忆病人
    2021-02-07 07:52

    Still happens in Kotlin 1.3.50. Got resolved by disabling Add unambiguous imports on the fly in Settings > Editor > General > Auto Import

提交回复
热议问题