Update to Kotlin 1.5.21

This commit is contained in:
arkon 2021-07-14 17:53:42 -04:00
parent 1dddba7f25
commit bd424ce460

View File

@ -1,6 +1,6 @@
object BuildPluginsVersion { object BuildPluginsVersion {
const val AGP = "4.2.2" const val AGP = "4.2.2"
const val KOTLIN = "1.5.20" const val KOTLIN = "1.5.21"
const val KOTLINTER = "3.4.5" const val KOTLINTER = "3.4.5"
const val VERSIONS_PLUGIN = "0.39.0" const val VERSIONS_PLUGIN = "0.39.0"
const val ABOUTLIB_PLUGIN = "8.9.0" const val ABOUTLIB_PLUGIN = "8.9.0"