Revert "Report error on .class files produced by Kotlin 1.3-M1"

This reverts commit ba111d58ae.

The reverted commit only makes sense after a bootstrap step after
advancing the metadata version, which has not yet happened in master,
but did happen in 1.3-M2, where this commit was supposed to end up
This commit is contained in:
Alexander Udalov
2018-08-24 22:38:59 +02:00
parent 0dd410a5bb
commit a9a8925409
2 changed files with 3 additions and 12 deletions
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.metadata.jvm.deserialization.JvmMetadataVersion
import java.io.File
import java.io.IOException
private val NORMAL_VERSION = 10
private val NORMAL_VERSION = 9
private val DATA_CONTAINER_VERSION = 3
private val NORMAL_VERSION_FILE_NAME = "format-version.txt"