0.3.0 버전에서 1.0.1 버전으로 업데이트할때 빌드에러가 발생하고 있습니다.
업데이트를 위해 따로 해야하는 설정이 존재하는지, 이 문제에 대한 우회나 해결법이 존재하는지 궁금합니다.
Error:Execution failed for task ‘:app:javaPreCompileDevDebug’.
Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration.
- lombok-1.16.18.jar (org.projectlombok:lombok:1.16.18)
Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future.
See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.