I get a warning during the build: ```[WARNING] Lom...
# compiler
v
I get a warning during the build:
Copy code
[WARNING] Lombok Kotlin compiler plugin is an experimental feature. See: <https://kotlinlang.org/docs/components-stability.html>.
I am okay with Lombok being experimental. I need to use it. However I also want to use
Copy code
-Werror
Unfortunately, that warning above always trips it up and fails the build. Is there a way to somehow tell the Kotlin compiler that it can ignore this warning? That I am opting int?
same with
[WARNING] Using experimental Kotlin incremental compilation
, can i opt into it?