postProcessFiles
abstract fun postProcessFiles(files: Collection<ApolloCompilerKotlinHooks.FileInfo>): Collection<ApolloCompilerKotlinHooks.FileInfo>
Content copied to clipboard
Allows processing the generated files right before they are written to the disk.
This will be called once after preparing all files. To keep the files as-is, return files.