Value classes: Increase stub version due to changes in the parser

This commit is contained in:
Ilmir Usmanov
2020-11-06 03:42:58 +01:00
parent 11b2a07a59
commit 8eff3a6bb3
@@ -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 = 138
const val SOURCE_STUB_VERSION = 139
// 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).