Search code examples
intellij-ideajetbrains-idelombok

IntelliJ lombok plugin isn't compatible


Lombok plugin in IntelliJ IDEA 2020.1 (Ultimate Edition) isn't compatible with this IDE instance. I don't know if it is a problem just in my machine or is it in everybody's machine:

enter image description here

Is it fixable? Or is it a temporary issue?


Solution

  • 2020 Edit: Try uninstalling and reinstalling the Lombok plugin.


    It's a temporary issue. The github issue below says others have had luck uninstalling / reinstalling the plugin.

    https://github.com/mplushnikov/lombok-intellij-plugin/issues/775

    If that does not work then there is a plugin you can install manually as a workaround.

    Edit: Here are some screenshots on uninstalling/reinstalling.

    Go to settings -> plugins, search for lombok under intalled. Click on the dropdown menu to show 'Uninstall'. enter image description here

    Click 'apply', go to the marketplace tab and click install. Then restart your IDE.

    enter image description here