Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include annotationProcessor and kapt configurations in hiltJavaCompile task. #3474

Closed
wants to merge 1 commit into from

Commits on Jul 20, 2022

  1. Include annotationProcessor and kapt configurations in hiltJavaCompil…

    …e task.
    
    Without including user added dependencies to those configurations, SPI plugins and other processors are not discovered and will not be invoked when running Dagger's ComponentProcessor.
    
    Fixes #3464
    
    RELNOTES=Fix an issue where SPI plugins were not being invoked with Hilt's Gradle Plugin aggregation turned ON.
    PiperOrigin-RevId: 461959499
    danysantiago authored and Dagger Team committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    410d569 View commit details
    Browse the repository at this point in the history