You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is actually an issue specifically with Hilt during multi-round processing. I have created a matching issue in the Dagger repository. See here: google/dagger#4161
KSP for Hilt was introduced in
2.48
but fails to work when also using KSP with Enro2.2.0
Expected Behavior
Enro and Hilt can both take advantage of KSP
Current Behavior
Compilation fails;
Steps to Reproduce
Use KSP (Rather than KAPT) for both Hilt & Enro. Compilation fails with the above error message.
Workaround
Stick to using KAPT for one of the libraries (can be Enro or Hilt)
Minimal reproducible project;
EnroBugExample.zip
The text was updated successfully, but these errors were encountered: