You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One downside of Anvil is that it disables incremental compilation for the stub generating task. For some projects that could be a performance killer. At the same time, these projects would be interested in using the feature to generate Dagger factories. For that we don't need to disable incremental compilation.
The text was updated successfully, but these errors were encountered:
I'd suggest to use this mode ONLY in projects that never use @ContributesTo, but want to use Anvil for compiling @Modules to remove Kapt. I wouldn't switch this flag on and off for separate modules, the benefit wouldn't be worth the extra effort.
One downside of Anvil is that it disables incremental compilation for the stub generating task. For some projects that could be a performance killer. At the same time, these projects would be interested in using the feature to generate Dagger factories. For that we don't need to disable incremental compilation.
The text was updated successfully, but these errors were encountered: