Use Kolinter Gradle plugin for linting instead of ktlint directly

This commit is contained in:
arkon
2020-09-13 18:48:20 -04:00
parent ca1373f36b
commit 76f6fe4601
108 changed files with 582 additions and 453 deletions

View File

@ -1,10 +1,6 @@
object Versions {
const val KTLINT = "0.36.0"
}
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.4.10"
const val KTLINT = "9.2.1"
const val KOLINTER = "3.0.2"
const val VERSIONS_PLUGIN = "0.28.0"
}