scabbard
scabbard copied to clipboard
Fix images not generated for Hilt components when using Dagger 2.40+
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.