Fix images not generated for Hilt components when using Dagger 2.40+ #105
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
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.
The text was updated successfully, but these errors were encountered: