Update JvmMetadataVersion to 1.1.3
This is needed because 1.1.2 binaries are considered pre-release (see DeserializedDescriptorResolver), so it wasn't possible to compile non-pre-release binaries with -language-version 1.0
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class JvmMetadataVersion(vararg numbers: Int) : BinaryVersion(*numbers) {
|
|||||||
var skipCheck: Boolean = false
|
var skipCheck: Boolean = false
|
||||||
|
|
||||||
@JvmField
|
@JvmField
|
||||||
val INSTANCE = JvmMetadataVersion(1, 1, 2)
|
val INSTANCE = JvmMetadataVersion(1, 1, 3)
|
||||||
|
|
||||||
@JvmField
|
@JvmField
|
||||||
val INVALID_VERSION = JvmMetadataVersion()
|
val INVALID_VERSION = JvmMetadataVersion()
|
||||||
|
|||||||
Reference in New Issue
Block a user