Lombok plugin incompatible with 2018.1 Intellij Idea

Intellij IdeaLombokIntellij Lombok-Plugin

Intellij Idea Problem Overview


Right now I have seen Intellij Idea update window with the notion: >Plugin incompatible with new build found: Lombok Plugin

enter image description here

Is there a way to solve the problem or I should wait till lombok plugin team resolved the compatibility issues?

Intellij Idea Solutions


Solution 1 - Intellij Idea

The following is a solution works for me:

  1. Update intellij idea (I use the community release zip package)
  2. Run Idea and open settings
  3. Select lombok plugin and reload list of plugins enter image description here
  4. Then there will button Update instead of Uninstall. Press it and after updating restart Idea

Have a look at link for more information.

Solution 2 - Intellij Idea

Just uninstall Lombok Plugin and install it again.

Solution 3 - Intellij Idea

Adding on to the above answers, because I cannot comment. It is unnecessary to remove Lombok. I didn't see update option at first in plugins list (even after reloading the list), but when you enter 'browse repositories' and search for Lombok there, you should be seeing an update option, as I did.

Don't forget to re-enable annotation processing, which in my case was disabled after the update.

Solution 4 - Intellij Idea

Lombok works in IDEA CE 2018.1 actually, just tried.
Although, you might want to update or remove-then-reinstall that Lombok plugin after upgrading IDEA

IntelliJ Lombok plugin 0.15.17.2 
IntelliJ IDEA 2018.1 (Community Edition)
Build #IC-181.4203.550, built on March 27, 2018
macOS 10.13.3

Screenshots: IDEA 2018.1 & Lombok plugin in use

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionLoomView Question on Stackoverflow
Solution 1 - Intellij IdeaLoomView Answer on Stackoverflow
Solution 2 - Intellij IdeaTomasz CzubochaView Answer on Stackoverflow
Solution 3 - Intellij IdeakeenView Answer on Stackoverflow
Solution 4 - Intellij IdeasoyelmndView Answer on Stackoverflow