我试图在Android Studio中使用Lombok而没有运气。我正在开发一个git项目,因为项目决定使用Lombok,我无法构建它。 compileDevelopmentDebugJava
任务上的构建失败,错误消息显示:
Error:A default public constructor with no argument must be declared if a custom constructor is declared.
Error:Execution failed for task ':app:compileDevelopmentDebugJava'.
> Compilation failed; see the compiler error output for details.
如果我在Android Studio或CMD中构建,则错误保持不变。
使用的版本: