Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This can happen if your IntelliJ version is not up to date or if the Lombok plugin is not properly installed or configured. Try updating your IntelliJ version and make sure the Lombok plugin is installed and enabled. If the issue persists, you can also try adding the Lombok jar to your project manually, or adding the following line to your build.gradle file:

annotationProcessor "org.projectlombok:lombok:1.18.20"