It seems like many people are having this problem, but none of the problems i have researched so far are that basic like my problem.
I only got this object:

and a basic call in my main method:

Bamm... already not working. The compilataion fails with this error

I am using IntelliJ and have installed the Lombok plugin.

If it helps... here is my build.gradle:

Any ideas ?
Lombok uses the annotation processor to do its magic so you have to add lombok annotationProcessor dependency in your build.gradle file. Add this line inside your dependencies block:
annotationProcessor 'org.projectlombok:lombok:1.18.6'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With