[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?
voohbar
03/02/2024, 3:44 AM
same with
[WARNING] Using experimental Kotlin incremental compilation