Update to Kotlin 1.4

This commit is contained in:
arkon
2020-08-17 15:24:11 -04:00
parent 64bdfabbd8
commit 967df6f7a3
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ object Versions {
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.3.72"
const val KOTLIN = "1.4.0"
const val KTLINT = "9.2.1"
const val VERSIONS_PLUGIN = "0.28.0"
}