Hi, is there a way to set output directory for res...
# ksp
j
Hi, is there a way to set output directory for resources generated by KSP? Either from gradle config or in the processor itself?
j
It is possible to set the path in cmd mode, but it is not advised to do so in Gradle.
j
Is there a standard way of getting the files into another directory then?
j
maybe you can try to add a copy task in gradle?