Hi all, I have a project where i would like to extract some class metadata using a compiler plugin and then write it into the project resources,
I can pass the path to the resources directory via compiler args and write it directly to the file-system, but i was wondering if there is a better way using the compiler plugin API to write new resources
Thanks.