-
Notifications
You must be signed in to change notification settings - Fork 88
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
Anvil 2.4.5 does not pick up new files with Multibindings #710
Comments
I have this problem on my project, seems that it's related directly to Anvil, because when I downgraded anvil to |
A little note: with Anvil |
This is a dupe of #693 |
Can you explain why this is a dupe? I've made a list in the ticket on why I believe this is not a dupe. |
The IC issue is not dependent on the new IC being enabled, it's just exacerbated by it. I think it's a distraction to treat all these IC related issues as independent and better to combine their details in one place (where someone that works on it is already active). |
I would agree if those issues had seemingly same cause, but while they are all related to IC (and have similar outcomes), it seems that this one has a completely different cause because it happens in completely different circumstances. |
Here is a reproducing branch instead of a zip file: https://github.com/matejdro/issues/tree/anvil-ic-new-file |
This seems fixed by |
Thanks for updating @matejdro ! It's helpful to get confirmation that things are working while we're testing out the new changes :) |
Excellent! |
Steps to reproduce:
This seems similar to the #693, however, I believe it is a different issue:
kaptGenerateStubsDebugKotlin
gets executed normally in step 8, so it is notUP-TO-DATE
issuekotlin.incremental.useClasspathSnapshot
flag settingThis is pretty serious issue since it requires clean build when every single new file using multibindings is added to the project.
Might be related to the #707 and #708
The text was updated successfully, but these errors were encountered: