Increase BINARY_STUB_VERSION

Should have been done after earlier changes: 022ef6410d6b18906156c43ef06215c726528880
This commit is contained in:
Pavel V. Talanov
2016-07-11 19:02:59 +03:00
parent 254ab72eb5
commit ae5659538b
@@ -28,7 +28,7 @@ object KotlinStubVersions {
// Binary stub version should be increased if stub format (org.jetbrains.kotlin.psi.stubs.impl) is changed
// or changes are made to the core stub building code (org.jetbrains.kotlin.idea.decompiler.stubBuilder).
// Increasing this version will lead to reindexing of all binary files that are potentially kotlin binaries (including all class files).
private const val BINARY_STUB_VERSION = 1
private const val BINARY_STUB_VERSION = 2
// Classfile stub version should be increased if changes are made to classfile stub building subsystem (org.jetbrains.kotlin.idea.decompiler.classFile)
// Increasing this version will lead to reindexing of all classfiles.