-
Notifications
You must be signed in to change notification settings - Fork 451
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
["Request"] Enable incremental annotation processing for processors #2032
Comments
Thanks for opening this issue, imho something like this should have high priority. |
I start working on it! However, I noticed, here we use kotlin-poet with version |
I don't think we have any limitations for the bump. We've been putting low attention on processors because most of these features will be moved to compiler plugins with Meta. That said, and given Meta is taking longer than expected we'd be glad to get some help with this in the meantime, in my opinion. I think it's reasonable to bump since newer versions are for sure better adapted for incremental compilation, since that is something most of the libraries that rely on annotation processors have been working on already during the last year. |
I've created arrow-kt/arrow-core#144 and #2154 but they're not building correctly as they're two different PRs! |
To solve above issue, I committed
directly in arrow-kt/arrow-core#144. After merging this PR, we can update #2154 and merge it. Then we need to create another PR to bring
back again! |
I did update the And finally
Do anyone has any solution for it? Is changing |
Addressed in arrow-kt/arrow-core#153 thanks @hadilq! |
More info: https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
We should investigate which one should we use. In any case it seems the File api cannot be used, but instead Filer
Note: This work might be eclipsed when meta is out and we can replace the annotation processors with it, so I'd advise against doing it if it's too complicated.
The text was updated successfully, but these errors were encountered: