Is anyone else using Dagger + databinding on Android with kapt? We are seeing an issue where our underlying exception never gets logged to the console because when Dagger or databinding encounters an issue while compiling it results in a large amount of exceptions. It almost looks like the output is cut off.