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

Move KSP to an independent Gradle task #130

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

ting-yuan
Copy link
Collaborator

Also turn incremental compilation back on.
Note that incremental processing is still under construction.

Also turn incremental compilation back on.
Note that incremental processing is still under construction.
@ting-yuan ting-yuan merged commit 3287061 into google:master Oct 27, 2020
// kotlinc's incremental compilation isn't compatible with symbol processing in a few ways:
// * It doesn't consider private / internal changes when computing dirty sets.
// * It compiles iteratively; Sources can be compiled in different rounds.
incremental = false
Copy link
Contributor

Choose a reason for hiding this comment

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

The PR description says it was reenabled but this seems to suggest it's not?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Incremental compilation is back on in the compilation Gradle task, but incremental processing is off in the new ksp specific Gradle task, as the later is still under construction :-)

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.

3 participants