[Gradle Increment annotation] Warning for test components.
See original GitHub issueHi, I am on the latest version of litho. Previously we use to get warnings for multiple litho annotations but now we are getting for only one.
[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: com.facebook.litho.specmodels.processor.testing.ComponentsTestingProcessor (NON_INCREMENTAL).
Can someone from the team look into this. is this a false warning?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
How to get rid of Incremental annotation processing requested ...
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.
Read more >Authoring Tasks - Gradle User Manual
This plugin checks whether any properties of your custom task classes lack an incremental build annotation. This protects you from forgetting to add...
Read more >Improve the Performance of Gradle Builds
Incremental build is a Gradle optimization that skips running tasks that have previously executed with the same inputs. If a task's inputs and...
Read more >What's new in Gradle 5.0
Faster builds · Build caching · Incremental Java compilation · Incremental annotation processing · Build Scan™.
Read more >Verifying dependencies - Gradle User Manual
By default, bootstrapping is incremental, which means that if you run it multiple ... key entry but warn you that you must absolutely...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am not aware of any way to disable such warnings 😞
@pavlospt I’ll try to create a project and put the github link here. till then can we keep this issue open?