You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in the README, kt_ksp_plugin doesn't support generating Java code. Some annotation processors, like Dagger 2.48+, generate Java code and support KSP.
When implemented, updating examples/dagger to use KSP and building it should work:
Oh cool! Dagger has initial KSP support. That's news to me. It does present a very tricky aspect, in that dagger still generates java, even when running in KSP. That's not a use-case I would have predicted.
As noted in the README,
kt_ksp_plugin
doesn't support generating Java code. Some annotation processors, like Dagger 2.48+, generate Java code and support KSP.When implemented, updating examples/dagger to use KSP and building it should work:
The text was updated successfully, but these errors were encountered: