Android databinding swallows errors from other compilers

Cannot write a comment, so I'll write it here. Probably you wanted to say to add a line like this: android.databinding.enableV2=false, so it'll work right.


I see that you said that you tried increasing the max number of errors that the compiler would show, but in case it helps others who find their way here:

Instead of disabling V2 databinding, you can follow this forum post which demonstrates how to extend the number of displayed errors. This fixed my issue without disabling the V2 each time.

This fixed my problem even though the number of errors I was shown wasn't a conspicuously round number, so I'm not sure how the counting works.

https://github.com/google/dagger/issues/306