-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Support incremental annotation processing #1225
Comments
stephanenicolas
added a commit
to stephanenicolas/butterknife
that referenced
this issue
Mar 24, 2018
Addresses issue: JakeWharton#1225
stephanenicolas
added a commit
to stephanenicolas/butterknife
that referenced
this issue
Jan 14, 2019
Addresses issue: JakeWharton#1225
stephanenicolas
added a commit
to stephanenicolas/butterknife
that referenced
this issue
Jan 17, 2019
Addresses issue: JakeWharton#1225
Closed for #1466 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi BK team,
Gradle 4.7 provides support for incremental annotation processing.
https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
It would be nice to see butter knife supporting it. The change is not that big as butter knife is an isolating AP.
Also, to fully support incremental processing, there is a PR butter knife should merge to support inheritance a cross modules: #1045
The text was updated successfully, but these errors were encountered: