Hello everyone! Could please anyone point me to a ...
# kapt
l
Hello everyone! Could please anyone point me to a detailed documentation on how to use Kapt server side, possibly with maven? I found a lot of articles but they are all Android oriented....
t
What is it you’re looking for specifically?
l
I was a bit confused on how to structure the project... but there is a possibility that I managed it 😅
I feel that tutorials take for granted that the reader is already used to annotation processing (also in Java)
t
It’s a deep, dark hole. The easiest guides I found were the Groovy ones
Under the hood they’re all the same anyway
l
👍 thank you 🙂
t
I started with standard Java annotation processing and found the jump to Kotlin fairly straightforward
If you need help on any specifics, just shout
l
thank you! that is much appreciated!
So you just add any existing annotation processor dependency to the project