mbonnin
01/09/2025, 10:37 AMCodeGenerator
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?ephemient
01/10/2025, 1:06 AMmbonnin
01/10/2025, 7:51 AM