Hi! I'm working on a library where I've written my...
# ksp
j
Hi! I'm working on a library where I've written my own compiler processor, which generates classes I want to include in the published artifact. The library doesn't use those generated classes, but the users will have to use them, how can I include them in the final build?
Well, I must admit this is not really related to KSP Seems there is a lead in this SO answer: https://stackoverflow.com/a/70479008