-
Notifications
You must be signed in to change notification settings - Fork 272
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
Incremental processing doesn't copy backed up files after KSP finishes #1231
Comments
is this your reproduce repo? |
It needs to be updated with reproducible example, I'll do that tomorrow |
@neetopia yes, that is the repo with reproducible issue. Right now in app's build.gradle there is a fix with a gradle task that copies the remaining files. Steps to reproduce the bug:
Expected result: How to fix this:
Please note that the project should be opened in Android Studio. I've used AS Electric Eel 2022.1.1 Beta 5 |
I encountered the same problem, but fortunately @LukasAnda was able to provide a solution. I am looking forward to the official resolution. |
Hi @LukasAnda, KSP needs processors' help to associate inputs and outputs so as to maintain the clean outputs. In the given sample project, all the outputs are not associated to any (clean) sources, and therefore they are orphaned and got purged. Can you try to supply E.g.,
|
it works in my case |
Prerequisites:
Steps to reproduce:
Expected results:
All non-dirty files should be where they were
Actual results:
Only changed files get processed and non-dirty files get deleted
Ksp version: 1.7.20-1.0.7
The text was updated successfully, but these errors were encountered: