I am seeing in org.jlleitschuh.gradle.ktlint v11.3...
# ktlint
t
I am seeing in org.jlleitschuh.gradle.ktlint v11.3.2 then in my gradle file I have
Copy code
ktlint {
        version.set("0.48.2")
        . . . 
 }
That .additionalEditorconfigFile is not valid anymore. Is the .editorconfig file obsolete now? And I can delete it out of my repo? What is the alternative? The docs here don't seem to be updated. Still using additionalEditorconfigFile.
s
the additionalEditorConfig is i believe an editor config other than the root one in your project
if you still have settings in the root editorConfig that is still supported
t
Thanks for the info. I inherited this project and now I see it could have been set up better.
172 Views