Hi I'm trying to bother with KSP. I have a simple use case: deserialize line of Strings coming from a csv file to a data class with type conversion. It might be overpowered to do this with KSP, but I would like to use this chance to learn annotation processing etc. Can someone give me a blueprint how this mapping with conversion would look like on the basis of an example (not the glue, just the processing code)? Or is someone aware of an example that matches my use case?