meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

Execution failed for task ':app:javaPreCompileDebug' #86

Closed CodyBontecou closed 6 years ago

CodyBontecou commented 6 years ago

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.

CodyBontecou commented 6 years ago

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'.