It was reported that Kapt incremental builds were failing when enabled, after making in-method changes on classes (ones that don't affect ABI compatibility).
After working with the Gradle team, the following solution was implemented. Using sample code provided by the original reporter, as well a branch that reproduces the issue in this project, the solution in this PR appears to solve the problem.
This PR is a proposed fix for issue #3.
It was reported that Kapt incremental builds were failing when enabled, after making in-method changes on classes (ones that don't affect ABI compatibility).
After working with the Gradle team, the following solution was implemented. Using sample code provided by the original reporter, as well a branch that reproduces the issue in this project, the solution in this PR appears to solve the problem.