Hello! I have a class annotated with @Serializer (...
# ksp
d
Hello! I have a class annotated with @Serializer (from Kotlin Serialization) and I added on the class my custom annotations. I would like to get the corresponding KSerializer during my KSP process to next to it, generate some files (txt) Is there a way to get the serializer or it's clearly impossible? (If it's impossible, to you have some advice to automatically create the TXT files when one of targeted classes is modified?)