Opening large kotlin project (the kotlin repo) in ...
# intellij
m
Opening large kotlin project (the kotlin repo) in intellij 2021.2.1 - looks like code analysis is not run. There is only some basic highlighting of keywords and most actions like 'rename' or 'find usages' don't work. I know it takes some time for IDE to do that, but it's not even trying to - there is no "analyzing..." message in the corner like it was previously and the Idea process is 0% CPU. I left it for few hours and still noting. Is it know issue? Maybe there is some new threshold I need to rise? Smaller project works find though.
1
a
Please check IDEA log, it probably has some exceptions after reproduction. Can you share it?
m
So, I discovered there was a problem with gradle integration. After clearing all caches and build outputs it seems to finally properly import the gradle project and now that I check it again it also seems to analyze the file, so I assume the problem is solved.