i have configure my project on android studio thats use "Lombok" Plugin, i have download Lombok plugin on my IDE Android Studio, i've add compileOnly 'org.projectlombok:lombok:1.18.6', implementation 'javax.annotation:javax.annotation-api:1.3.2'and annotationProcessor 'org.projectlombok:lombok:1.18.6'...even adding it on my default config build graddle app
javaCompileOptions { annotationProcessorOptions { includeCompileClasspath true } }
but it still showing message "Annotation processing seems to be disabled for the project "OptimalRouteFinder". But lombok is on classpath.For the lombok plugin to function correctly, please enable it under bla bla bla"
What i have to do?