Replies: 1 comment
-
No, not that I am aware of.
There isn't any near term plan, but Kotlin have pretty much made it a long term requirement so we have to get to it sometime.
I haven't looked myself, perhaps someone else knows?
It would be great if someone has a go at this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to migrate an application from Kotlin version 1.9.22 to version 2.1.0. The application is using ebean as an orm and relying on the kotlin annotation processor io.ebean:kotlin-querybean-generator which needs kapt. As far as I understood, the official kotlin documentation is recommending to move away from kapt. I want to know whether it is possible to use the kotlin querybean generator with ksp.
Beta Was this translation helpful? Give feedback.
All reactions