This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Support Gradle incremental annotation processing #95
Comments
PR welcome
…On Tue, May 14, 2019, 3:28 AM Andrey Mischenko ***@***.***> wrote:
AssistedInject should support Gradle incremental AP:
https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
All AP that we use in our project already supports incremental AP except
AssistedInject so it's impossible to have incremental AP until all AP in
your project support it
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAQIEI2QKVYYQPAVELF7MLPVJSYHANCNFSM4HMXBSUQ>
.
|
Fixed in #100 |
Are there any updates on when this will be released? Very much looking forward to having this. |
Can you test it with the snapshot? Hearing that it works in the real-world would give confidence on shipping it. |
@JakeWharton I'm using now snapshot version, everything looks fine, but it's quite tricky to test manually, probably we need some integration test for this to be sure |
@JakeWharton I've tested as well. I ran
|
I'll do a minor release today then. Thanks for reporting in.
…On Fri, Aug 2, 2019 at 10:17 AM Matt McKenna ***@***.***> wrote:
@JakeWharton <https://github.com/JakeWharton> I've tested as well. I ran ./gradlew
aDeb -Pkapt.verbose=true with one dependency that I knew would fail and
found that it is no longer included in the list of unsupported processors.
[INFO] Incremental KAPT support is disabled. Processors that are not
incremental: android.arch.lifecycle.LifecycleProcessor.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#95>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAQIEIBVGVIG74NCJ5LGGTQCQ6WHANCNFSM4HMXBSUQ>
.
|
Released as 0.5.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AssistedInject should support Gradle incremental AP: https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing
All AP that we use in our project already supports incremental AP except AssistedInject so it's impossible to have incremental AP until all AP in your project support it
The text was updated successfully, but these errors were encountered: