Enable Lombok annotation processor in :API module

This commit is contained in:
2021-03-29 20:27:57 +02:00
parent 8bdd421f63
commit ff311021f0

View File

@@ -14,4 +14,5 @@ dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "org.apache.commons:commons-math3:${apacheCommonsVersion}"
implementation "org.projectlombok:lombok:${lombokVersion}"
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
}