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?