Update Kotlin to 1.4.30

This commit is contained in:
Michael Bull 2021-02-10 22:03:36 +00:00
parent ccb9c5b3aa
commit d9662cc8e7
2 changed files with 1 additions and 1 deletions

View File

View File

@ -1,6 +1,6 @@
object Versions { object Versions {
const val dokka = "0.10.1" const val dokka = "0.10.1"
const val kotlin = "1.4.21-2" const val kotlin = "1.4.30"
const val kotlinBenchmark = "0.2.0-dev-20" const val kotlinBenchmark = "0.2.0-dev-20"
const val kotlinCoroutines = "1.4.2" const val kotlinCoroutines = "1.4.2"
const val ktor = "1.5.1" const val ktor = "1.5.1"