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

Advance incremental cache version to force rebuild after switching from
1.3-M1 to 1.3-M2
This commit is contained in:
Alexander Udalov
2018-08-24 13:30:08 +02:00
parent 813d7ff84a
commit ba111d58ae
2 changed files with 12 additions and 3 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 = 9
private val NORMAL_VERSION = 10
private val DATA_CONTAINER_VERSION = 3
private val NORMAL_VERSION_FILE_NAME = "format-version.txt"