scabbard icon indicating copy to clipboard operation
scabbard copied to clipboard

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

Open arunkumar9t2 opened this issue 3 years ago • 0 comments

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 avatar Jul 13 '22 17:07 arunkumar9t2