Question

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.

 46  18067  46
1 Jan 1970

Solution

 47

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.

2020-07-30

Solution

 8

I made an update this morning. Everything works. Intellj indicates that it is not compatible, but treats it correctly when updating. The validation of Intellj is incorrect because Lombok delivers the compatibility in the same version.

See: https://plugins.jetbrains.com/plugin/6317-lombok

2020-07-30