Skip to content
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

Workaround for issue during incremental processing for ksp #135

Merged
merged 2 commits into from
Oct 16, 2022

Conversation

MarcoSignoretto
Copy link
Collaborator

This patch is a workaround related to the issue that KSP is not able to get the KSFile is this file is created in commonMain instead of commonTest for example, this workaround is disabling incremental processing

This patch is a workaround related to the issue that KSP is not able to get the KSFile is this file is created in commonMain instead of commonTest for example, this workaround is disabling incremental processing
Comment on lines +69 to +71
// TODO remove this once ksp will be able to see `containingFiles` of class declared in common main ( required for incremental processing )
// TODO Dependencies.ALL_FILES is basically disabling incremental processing
dependencies = Dependencies.ALL_FILES
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the workaround

@MarcoSignoretto MarcoSignoretto merged commit 477ca99 into master Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants