Hello, World! I'm trying to investigate which processors we're using that are not incremental. We used to have a warning about this, but I don't see it anymore. I'm kind of following this article[1] about this, so I'm enabling verbose logs and start a build like this:
Reverting to an old version of our repo, which use Kotlin 1.3.x brings back the warning. Not 100% sure it's a Kotlin problem though since this also reverts lots of other dependencies that we updated since then. Can't easily try to change only the Kotlin version since we've started using traling commas everywhere 🤦♀️
m
manask88
01/21/2021, 9:41 PM
i have started looking at non incremental kapt processors as well. Did you have any luck with this?
b
bod
01/22/2021, 8:17 AM
unfortunately the only way I found was to revert to Kotlin 1.3 which was painful