a80d01265a
If LeverVersion is set to greater than 1 of the current compiler version, metadata became null here org.jetbrains.kotlin.load.kotlin.header.ReadKotlinClassHeaderAnnotationVisitor.createHeader, which leads to NPE during incremental analysis. Using the same incompatible data as fallback prevent it #KTIJ-20954 Fixed Merge-request: KT-MR-5680 Merged-by: Aleksei Cherepanov <aleksei.cherepanov@jetbrains.com>