Hi, I implemented ktlint in old multi module proje...
# ktlint
e
Hi, I implemented ktlint in old multi module project with baseline, but it generates a baseline file for each module. Is there any way to generate only one baseline file for all modules?
t
doubt that it is possible. Probably you could try to merge every baseline manually into one file and feed it back to KtLint
j
What would be the use case for this?