FIC: Increase STUB version because of changes in parser for declarations

This commit is contained in:
Mikhail Zarechenskiy
2019-11-12 01:43:12 +03:00
parent 4aa195e912
commit 6655f0fc4c
@@ -23,7 +23,7 @@ object KotlinStubVersions {
// Though only kotlin declarations (no code in the bodies) are stubbed, please do increase this version
// if you are not 100% sure it can be avoided.
// Increasing this version will lead to reindexing of all kotlin source files on the first IDE startup with the new version.
const val SOURCE_STUB_VERSION = 135
const val SOURCE_STUB_VERSION = 136
// 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).