Advance project version to 1.3-SNAPSHOT
Set LATEST_STABLE language version and current version of stdlib to 1.3, set IS_PRE_RELEASE Remove "EXPERIMENTAL" from 1.3 version description in tests and gradle options
This commit is contained in:
@@ -214,7 +214,7 @@ enum class LanguageVersion(val major: Int, val minor: Int) : DescriptionAware {
|
||||
str.split(".", "-").let { if (it.size >= 2) fromVersionString("${it[0]}.${it[1]}") else null }
|
||||
|
||||
@JvmField
|
||||
val LATEST_STABLE = KOTLIN_1_2
|
||||
val LATEST_STABLE = KOTLIN_1_3
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user