question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Gradle Increment annotation] Warning for test components.

See original GitHub issue

Hi, 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:open
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
pavlosptcommented, Apr 30, 2020

@pavlospt I totally agree with that! Heisenbugs due to the non-deterministic testing setup are the worst. But do we have an option to not show these warnings for specific APs?

I am not aware of any way to disable such warnings 😞

1reaction
karandeep-swiggycommented, Apr 30, 2020

@pavlospt I’ll try to create a project and put the github link here. till then can we keep this issue open?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found