voohbar
03/02/2024, 3:43 AM[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
-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[WARNING] Using experimental Kotlin incremental compilation
, can i opt into it?rocketraman
08/15/2024, 8:33 PMvoohbar
08/21/2024, 3:02 PM