Kotlin 1.4.30 and JVM-IR

This commit is contained in:
Alexander Nozik 2021-02-04 11:00:30 +03:00
parent 2738496447
commit fab12564cf

View File

@ -8,8 +8,8 @@ pluginManagement {
maven("https://dl.bintray.com/kotlin/kotlinx")
}
val toolsVersion = "0.7.4"
val kotlinVersion = "1.4.30-RC"
val toolsVersion = "0.7.5"
val kotlinVersion = "1.4.30"
plugins {
id("kotlinx.benchmark") version "0.2.0-dev-20"