Prerequisites
These are the pre-requisite of Project Lombok to configure in any applications and IDE.
Java >= 1.8
Gradle >= 4.x or Maven 3.6.x
Project Lombok >= 1.18.20
See Also:
Lombok Build Tool Configuration
To setup Lombok on any of the build tool required on time of compilation of code only. Lombok not required on time of testing, running or deployment of code. So while adding the lombok dependency always add as “provided”.
Kobalt Lombok Configuration
You can add lombok dependency as below for kobalt build tool
dependencies {
provided("org.projectlombok:lombok:1.18.28")
}
References
Related Posts
Your Feedback Motivate Us
If our FacingIssuesOnIT Experts solutions guide you to resolve your issues and improve your knowledge. Please share your comments, like and subscribe to get notifications for our posts.
Happy Learning !!!
You must log in to post a comment.