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

Add gradle rule to avoid the usage of kapt #3785

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

marcosholgado
Copy link
Contributor

@marcosholgado marcosholgado commented Nov 2, 2023

Task/Issue URL: https://app.asana.com/0/488551667048375/1205853717890734/f

Description

This PR adds a new gradle rule to avoid the usage of kapt in favour of ksp

Steps to test this PR

  • Use kapt in any module that's not :app, you can revert the changes in voice search from this PR
  • Project should not build

@marcosholgado
Copy link
Contributor Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@marcosholgado marcosholgado merged commit a9600a3 into develop Nov 2, 2023
7 checks passed
@marcosholgado marcosholgado deleted the feature/marcos/ksp_gradle_rule branch November 2, 2023 13:17
joshliebe pushed a commit that referenced this pull request Nov 7, 2023
Task/Issue URL:
https://app.asana.com/0/488551667048375/1205853717890734/f

### Description
This PR adds a new gradle rule to avoid the usage of kapt in favour of
ksp

### Steps to test this PR

- [ ] Use kapt in any module that's not :app, you can revert the changes
in voice search from this PR
- [ ] Project should not build
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