komikku/buildSrc/src/main/kotlin/Dependencies.kt
arkon d6cab9f9a5 Update Kotlin and Kotlinter
(cherry picked from commit f58e3c390a014678c58c5959d14d8b55f2e11f7d)
2021-04-11 18:39:06 -04:00

7 lines
206 B
Kotlin

object BuildPluginsVersion {
const val AGP = "4.1.3"
const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0"
const val VERSIONS_PLUGIN = "0.38.0"
const val ABOUTLIB_PLUGIN = "8.8.4"
}