If your project has Kotlin AND java-only modules, you can still use the `suprojects{}` approach as t...
g
If your project has Kotlin AND java-only modules, you can still use the
suprojects{}
approach as the
ktfmt-gradle
plugin will ignore modules that are not Kotlin modules.
👍 1