Is it possible to create a file in an external fol...
# ksp
j
Is it possible to create a file in an external folder other than the build folder through KSP? I tried this but it didn’t work. (Using the
java.io.File
package)
j
If you invoke Java file API directly it should work, although everything else won’t work, like automatically including it in build, incremental, e.t.c..
j
Now that I know it’s possible, I’ll try again. thank you!