Follow up on <that old message>. I'm trying to byp...
# ksp
m
Follow up on that old message. I'm trying to bypass KSP's
CodeGenerator
to write things outside of the usual kotlin/resources directories. How can I give my processor a path to write to? • Using the current working directory doesn't work (it's somewhere in
Application Support/kotlin/.daemon
). • Passing an absolute path in
arg()
breaks Gradle build cache relocation. Is there a way?
m
Perfect, thanks!