increment version in KotlinJavaScriptMetaFileIndex in order to force rebuild indexes
This commit is contained in:
@@ -92,7 +92,7 @@ public object KotlinJavaScriptMetaFileIndex : KotlinFileIndexBase<KotlinJavaScri
|
||||
|
||||
override fun getVersion() = VERSION
|
||||
|
||||
private val VERSION = 1
|
||||
private val VERSION = 2
|
||||
|
||||
private val INDEXER = indexer() { file ->
|
||||
if (file.fileType == KotlinJavaScriptMetaFileType) JsMetaFileUtils.getClassFqName(file) else null
|
||||
|
||||
Reference in New Issue
Block a user