[FIR] Resolve imports before plugin annotation phase
This is needed to correctly resolve imported annotations from plugins
This commit is contained in:
committed by
teamcityserver
parent
9948ba57c0
commit
307fa66dda
@@ -7,9 +7,9 @@ package org.jetbrains.kotlin.fir.declarations
|
|||||||
|
|
||||||
enum class FirResolvePhase(val pluginPhase: Boolean = false, val noProcessor: Boolean = false) {
|
enum class FirResolvePhase(val pluginPhase: Boolean = false, val noProcessor: Boolean = false) {
|
||||||
RAW_FIR(noProcessor = true),
|
RAW_FIR(noProcessor = true),
|
||||||
|
IMPORTS,
|
||||||
ANNOTATIONS_FOR_PLUGINS(pluginPhase = true),
|
ANNOTATIONS_FOR_PLUGINS(pluginPhase = true),
|
||||||
COMPANION_GENERATION(pluginPhase = true),
|
COMPANION_GENERATION(pluginPhase = true),
|
||||||
IMPORTS,
|
|
||||||
SUPER_TYPES,
|
SUPER_TYPES,
|
||||||
SEALED_CLASS_INHERITORS,
|
SEALED_CLASS_INHERITORS,
|
||||||
TYPES,
|
TYPES,
|
||||||
|
|||||||
Reference in New Issue
Block a user