dagger-plugin icon indicating copy to clipboard operation
dagger-plugin copied to clipboard

Plugin freezes IntelliJ completely while analyzing dependency graph of my project

Open AuroraLS3 opened this issue 3 years ago • 0 comments

IntelliJ freezes if I attempt to analyze dependency graph of my project.

I dunno if this is due to dependency cycles in my project being solved by using Lazy or if something else goes wrong.

Steps to reproduce (Linux):

  • git clone https://github.com/plan-player-analytics/Plan.git
  • cd Plan
  • idea.sh Plan
  • Wait for the project to open
  • Hit refresh on the Dagger plugin panel
  • The UI freezes and the process needs to be killed

AuroraLS3 avatar Apr 25 '21 13:04 AuroraLS3