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

Fix images not generated for Hilt components when using Dagger 2.40+ #105

Open
arunkumar9t2 opened this issue Jul 13, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin
Milestone

Comments

@arunkumar9t2
Copy link
Owner

Currently images are not generated for hilt components due to Hilt's aggregating task ignoring SPI plugins on the classpath. A possible fix is presented here , so we could add the scabbard processor to hilt classpath manually for those affected versions from the gradle plugin. Additionally need to ensure the setup works for Kotlin + Kapt as well.

@arunkumar9t2 arunkumar9t2 added bug Something isn't working module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin labels Jul 13, 2022
@arunkumar9t2 arunkumar9t2 added this to the 0.5.1 milestone Jul 13, 2022
@arunkumar9t2 arunkumar9t2 added this to To do in Scabbard Development via automation Jul 13, 2022
@arunkumar9t2 arunkumar9t2 self-assigned this Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:gradle-plugin Label to mark all discussions about gradle plugin module:intellij Label to mark all discussions about IDEA plugin
Projects
Development

No branches or pull requests

1 participant