Important Notice
Thank you for opening an issue! As noted in the [README](https://github.com/OpenFeign/querydsl?tab=readme-ov-file#i-need-feature-x-or-bug-z-fixed), please be aware that I can only work on new features or bug fixes when they are sponsored. Due to balancing this project with other professional and personal commitments, the time I can dedicate here is very limited.
Therefore, in order for this issue to be addressed, contributors must be willing to take ownership and provide the necessary work.
Is your feature request related to a problem? Please describe.
Yes. When generating org.locationtech.jts.geom.Geometry fields, the KSP code generator does not produce the corresponding QClass.
Describe the solution you'd like
Add support in the KSP code generator for JTS types.
Describe alternatives you've considered
Currently, the only alternative is to use kapt.
Important Notice
Thank you for opening an issue! As noted in the [README](https://github.com/OpenFeign/querydsl?tab=readme-ov-file#i-need-feature-x-or-bug-z-fixed), please be aware that I can only work on new features or bug fixes when they are sponsored. Due to balancing this project with other professional and personal commitments, the time I can dedicate here is very limited.
Therefore, in order for this issue to be addressed, contributors must be willing to take ownership and provide the necessary work.
Is your feature request related to a problem? Please describe.
Yes. When generating
org.locationtech.jts.geom.Geometryfields, the KSP code generator does not produce the corresponding QClass.Describe the solution you'd like
Add support in the KSP code generator for JTS types.
Describe alternatives you've considered
Currently, the only alternative is to use
kapt.