how to fix Android Annotations 4.6.0 compile with android Studio 3.5 and 3.5.0 gradle
问题 I updated Android studio to 3.5 but there is a problem when I use android annotations Gradle may disable incremental compilation as the following annotation processors are not incremental: jetified-androidannotations-4.6.0.jar (org.androidannotations:androidannotations:4.6.0). Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental I've put