Skip to content

Commit

Permalink
Value classes: Increase stub version due to changes in the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmirus committed Nov 27, 2020
1 parent 11b2a07 commit 8eff3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 8eff3a6

Please sign in to comment.