-
Notifications
You must be signed in to change notification settings - Fork 9
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
Contributed multibindings in the same round are not picked up by a merged component #22
Comments
Talked offline, I was missing that custom annotations also need to have code gen run over them 👍 |
I'm facing same issue. |
Did you follow the exact steps highlighted here? https://github.com/amzn/kotlin-inject-anvil?tab=readme-ov-file#custom-symbol-processors |
This is so unstable.
so I can't test it with For now adding |
Without a repro case no one can really help you |
Here is the reproduction repository |
now reproduction repo works fine... |
Hi @marenovakovic, was this issue fixed |
Repro: slackhq/circuit#1635
./gradlew :samples:kotlin-inject:kspKotlin
The multibinding hints are correctly generated, but they are seemingly not picked up and included into
AppComponentMerged
for some reason, which is what has me thinking this is a round ordering/deferral issue.The text was updated successfully, but these errors were encountered: