komikku/buildSrc/src/main/kotlin/Dependencies.kt
arkon 8d5b2f40b3 Use Kolinter Gradle plugin for linting instead of ktlint directly
(cherry picked from commit 76f6fe46010b235ee59962c94c790428870fc23e)
2020-09-13 23:08:52 -04:00

6 lines
165 B
Kotlin

object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.4.10"
const val KOLINTER = "3.0.2"
const val VERSIONS_PLUGIN = "0.28.0"
}