Add KOTLIN_MULTIFILE_CLASS annotation to KotlinAbiVersionIndex
It was forgotten during the package reform
This commit is contained in:
@@ -42,7 +42,8 @@ public object KotlinAbiVersionIndex : KotlinAbiVersionIndexBase<KotlinAbiVersion
|
|||||||
private val kotlinAnnotationsDesc = setOf(
|
private val kotlinAnnotationsDesc = setOf(
|
||||||
KOTLIN_CLASS,
|
KOTLIN_CLASS,
|
||||||
KOTLIN_PACKAGE,
|
KOTLIN_PACKAGE,
|
||||||
KOTLIN_FILE_FACADE
|
KOTLIN_FILE_FACADE,
|
||||||
|
KOTLIN_MULTIFILE_CLASS
|
||||||
).map { asmDescByFqNameWithoutInnerClasses(it) }
|
).map { asmDescByFqNameWithoutInnerClasses(it) }
|
||||||
|
|
||||||
private val INDEXER = DataIndexer<BinaryVersion, Void, FileContent>() { inputData: FileContent ->
|
private val INDEXER = DataIndexer<BinaryVersion, Void, FileContent>() { inputData: FileContent ->
|
||||||
|
|||||||
Reference in New Issue
Block a user