forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter compiler args passed to hiltJavaCompile
Passing CommandLineArgumentProviders from other libraries are causing overlapping outputs and cache misses. Here we filter out the providers we don't use in hope to reduce the chance of that. This CL also moved all processor flags added by Hilt to a single CommandLineArgumentProvider. Fixes: #3546 RELNOTES=N/A PiperOrigin-RevId: 497152475
- Loading branch information
1 parent
895674d
commit b7c0d3e
Showing
1 changed file
with
44 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters