Open georgeworkhard opened 8 years ago
NOTE: You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven / ivy / gradle, to install lombok into your eclipse installation. the https://projectlombok.org/mavenrepo/index.html
@georgeworkhard This is strange, on my Java Development using Gradle, it worked automatically.
hello:
I am using lombok in an Android project. I included lombok in build.gradle as compile 'org.projectlombok:lombok:1.16.10'. However, when I build the project, seems the tags like getter, setter, builder etc does not work, it got compile errors like, entity.setId() undefined. Is there any hints when using gradle? Thx in advance