David Martin
12/27/2019, 7:33 AMMark Murphy
12/27/2019, 12:16 PMDavid Martin
12/28/2019, 6:42 AMMark Murphy
12/28/2019, 12:11 PMktlint
, as is covered in the ktlint
project page that I linked to. Gradle already builds your app. Adding a ktlint
plugin will allow you to add the coding convention check to your Gradle-based build process.
Personally, I use the org.jlleitschuh.gradle:ktlint-gradle
plugin: https://github.com/JLLeitschuh/ktlint-gradleDavid Martin
12/29/2019, 4:15 PM