Lombok incompatible with IntelliJ 2020.2

fbnrbn picture fbnrbn · Jul 30, 2020 · Viewed 12.7k times · Source

After the last update to IntelliJ 2020.2 i get the Error:

Plugin "Lombok" is incompatible (until build 201.SNAPSHOT < IC-202.6397.94).

I've searched for the problem, but it seems that i'm the only one who has the problem with this IntelliJ version.

Answer

ConnorVanElswyk picture ConnorVanElswyk · Jul 30, 2020

The solution for me was:

  1. Uninstall Lombok Plugin
  2. Invalidate Caches & Restart
  3. Install Lombok plugin 0.30 EAP
  4. Invalidate Caches & Restart

Additional issues mentioned here.