-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from Apt to AnnotationProcessor #68
Comments
Does Schematic not work with |
No, I tried and it works great with annotationProcessor |
Readme updated :) |
Thank you. |
Many libraries (like Butterknife) are already using annotationProcessor and if Schematic is used (which depends upon apt) with libraries which use annotationProcessor then this create issues for others that depends upon annotationProcessor.
A Migration would help
Thanks
The text was updated successfully, but these errors were encountered: