KotlinVersion: Advance snapshot version 1.4.255 -> 1.5.255

KTI-421
This commit is contained in:
Ilya Gorbunov
2020-12-31 19:20:29 +03:00
parent 133e39b783
commit 1d40ed39d0
@@ -79,5 +79,5 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
// this class is ignored during classpath normalization when considering whether to recompile dependencies in Kotlin build
private object KotlinVersionCurrentValue {
@kotlin.jvm.JvmStatic
fun get(): KotlinVersion = KotlinVersion(1, 4, 255) // value is written here automatically during build
fun get(): KotlinVersion = KotlinVersion(1, 5, 255) // value is written here automatically during build
}