- Get the plugin: https://github.com/mplushnikov/lombok-intellij-plugin
- Follow the instructions in that page according to your platform
- Go to File > Project Structure > Global Libraries > Click on (+)
- Look for the latest version of org.projectlombok:lombok (org.projectlombok:lombok:1.16.6 at the time if this writing)
- For each project module: Go to File > Project Structure:
- Select the module
- Go to the dependencies tab
- Click on (+)
- Library...
- Global Libraries > Lombok > Add selected
Done!