https://kotlinlang.org logo
#ksp
Title
# ksp
j

Jon Bailey

11/13/2023, 1:47 PM
Hi, is there a way to set output directory for resources generated by KSP? Either from gradle config or in the processor itself?
j

Jiaxiang

11/13/2023, 8:20 PM
It is possible to set the path in cmd mode, but it is not advised to do so in Gradle.
j

Jon Bailey

11/13/2023, 8:46 PM
Is there a standard way of getting the files into another directory then?
j

Jiaxiang

11/13/2023, 9:59 PM
maybe you can try to add a copy task in gradle?