I use Kotlin Multiplatform with Gradle for one of my Compose Desktop developer productivity projects, maxDEV.
As the codebase grows, I aim to maintain a consistent coding style for the project. After a quick check, I decided to use the KtLint linter ...