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

Replace Kapt with KSP for processing @AutoValue annotations in Kotlin #55

Open
yevhenii-nadtochii opened this issue Sep 22, 2023 · 0 comments

Comments

@yevhenii-nadtochii
Copy link
Collaborator

Kapt is being replaced with KSP now.

From Kotlin official documentation:

kapt is in maintenance mode. We are keeping it up-to-date with recent Kotlin and Java releases but have no plans to implement new features. Please use the Kotlin Symbol Processing API (KSP) for annotation processing.

Though, the official implementation of AutoService for KSP is not available yet (KSP Implementation of AutoService).

Please migrate to KSP when the official implementation is ready, or use a non-official one when it is mature enough.

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

No branches or pull requests

1 participant