Is there a conventional way to read files on the compilation classpath?
Context: my ksp-based implementation of AutoService is functionally complete, but one thing it doesn’t do yet that autoservice does do is merge existing services on the classpath into its generated file
t
Ting-Yuan Huang
07/20/2020, 11:44 PM
There is no convention for this yet. We need to think about this a little bit. It's possible to make various paths available from compiler, but a corresponding set of operations (in contrast to standard file APIs) need to be provided so as keep incremental processing as efficient as possible.