Can you use ksp to generate a file stored in the Gradle build directory not connected to Kotlin Sourceset, eg resources, to further process the files with other Gradle plugin/task? My current workaround is excluding the file from the resource dir, but a proper solution would be not store the file in the resource dir at all.