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

Fix kapt incremental #22

Merged
merged 2 commits into from
Mar 23, 2021
Merged

Conversation

ericbrynsvold
Copy link
Collaborator

The package-identifier code was breaking kapt-incremental. Since the package class did not change between runs, the function call looking for things annotated with PackageId returned null, which bailed out of the entire annotation processor. Now we don't use the package-identifier plugin at all, and just pass the required values through to the processor as annotation processor options.

@ericbrynsvold ericbrynsvold merged commit b97c466 into master Mar 23, 2021
@ericbrynsvold ericbrynsvold deleted the ebrynsvold/fix-kapt-incremental branch March 23, 2021 21:43
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