ktlint-gradle
ktlint-gradle copied to clipboard
Merge output for all modules
Hello. Is it possible to merge script result into one file for different modules? Now if I set output directory via reportsOutputDirectory, the result is overwritten after executing the script for each module.
I want this to work like android lint output, if I select a file there via lintConfig = file("filename"), this file contains combined results from all modules.
Thank you.
Probably will add in one of the future releases
There's been work on this using variants for Gradle and Jacoco, but I don't have the time/ability to dig into how to do this