evanchooly
05/20/2024, 8:43 PMinvokeKsp("somesource.kt")
such that I can pass it various sources files to test against?Ting-Yuan Huang
05/20/2024, 8:52 PMsymbol-processing-aa-embeddable
artifact is designed for this. Here are a couple of examples, though that they use symbol-processing-aa
rather than symbol-processing-aa-embeddable
.
1. command line tool
2. test entry pointTing-Yuan Huang
05/20/2024, 8:53 PMevanchooly
06/02/2024, 11:36 PMKspJvmMain
that seems to do the trick. i'll keep playing with it and refining it but I think that'll do it. I think i can see how to limit it to just parsing a specific test file either by clever filtering or a brute force approach of different folders per test. either way, making satisfactory progress.