Hello, there is a way to use KSP with Lombok and M...
# ksp
j
Hello, there is a way to use KSP with Lombok and Mapstruct?
b
Lombok is powered by java's APT so the only way to run it on kotlin is via kapt. No idea what Mapstruct is.
In other words, ksp does not support running apt processors.
j
This is MapStruct: https://mapstruct.org/ An agile way to mapping DTO to Entity and vice versa.
j
you can use KAPT and KSP at the same project, but there won’t be interactions between KAPT processor and KSP processors.
730 Views