Is there a conventional way to read files on the c...
# ksp
z
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
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.
👍 1