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
https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html
Currently Ktorfit can not be used with KSP2 because of bugs in KSP2:
[KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations [KSP2] NPE when getting annotation arguments on non-Jvm targets
The text was updated successfully, but these errors were encountered:
The two open KSP issues are resolved, i tried it KSP2 and it worked
Sorry, something went wrong.
It's only working in Android only projects [KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations is still an issue
No branches or pull requests
https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html
Currently Ktorfit can not be used with KSP2 because of bugs in KSP2:
[KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations
[KSP2] NPE when getting annotation arguments on non-Jvm targets
The text was updated successfully, but these errors were encountered: