-
Notifications
You must be signed in to change notification settings - Fork 2k
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
KSP: InjectProcessingStep was unable to process 'glide' because 'error.NonExistentClass' could not be resolved. #4174
Comments
Unfortunately, none of the sources you provided are useful for this error. The error message is saying that there is a type that could not be resolved, and the dependency trace tells you where that type is located. For example:
In this case, we need to see the source for |
Hmm, in this activity I am injecting
I cannot understand what is wrong since nothing changed in the code other than migrating to KSP. |
Looks like it's complaining about |
ViewBinding |
Then you may want to check out the #4049 for a workaround |
Closing this due to having similarity on existing issue of KSP with |
Hi, just trying to migrate from KAPT to KSP since KSP for
dagger-android
became available in2.49
. Unfortunately I am having issue building the project with this setup. To summarize this is the setup looks like since I am not sure if KSP is having issue working with modularized structure or it is Glide issue.Module: app
Module: app:common
Version Catalog TOML
Error logs
The text was updated successfully, but these errors were encountered: