Running into an issue integrating it with my gradle, giving me the error above. It's stating that Annotation processors must be explicitly declared now.
Fixed: Ended up having to add annotationProcessor 'com.merakianalytics.orianna:orianna-android:3.0.3' underneath my compile annotationProcessor 'com.merakianalytics.orianna:orianna-android:3.0.3'.
Running into an issue integrating it with my gradle, giving me the error above. It's stating that Annotation processors must be explicitly declared now.