Search code examples
intellij-idealombokintellij-lombok-plugin

Lombok incompatible with IntelliJ 2020.2


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.


Solution

  • 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.