We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new Kotlin documentation says that kapt is in maintenance mode and new features are not planned. And recommend using ksp(it should work faster).
kapt
ksp
Will you support ksp? If you don't mind, then I can start adding ksp support.
This issue has already been raised, but there the main problem was in using kapt with JDK 16.
The text was updated successfully, but these errors were encountered:
@bespaltovyj we'd rather reopen the original issue (that you've commented as well).
Sorry, something went wrong.
No branches or pull requests
The new Kotlin documentation says that
kapt
is in maintenance mode and new features are not planned.And recommend using
ksp
(it should work faster).Will you support ksp?
If you don't mind, then I can start adding
ksp
support.This issue has already been raised, but there the main problem was in using kapt with JDK 16.
The text was updated successfully, but these errors were encountered: