I've installed the Lombok Plugin in IntelliJ and it is up to date, however the @Getter annotation is not recognized and the only import IntelliJ suggests is
jdk.nashorn.internal.objects.annotations.Getter
Then I tried manually importing lombok.Getter but it isn't being recognized.
I have Lombok options in the Refactor menu but neither Getter nor Setter appear to do anything. The rest are inserted into the code as they should be but are still not recognized by the IDE.