New J2K: do not find import usages in AST building phase
It is a rather heavy operation and it increases conversion time Related to #KT-31848
This commit is contained in:
@@ -279,5 +279,6 @@ private val processings: List<GeneralPostProcessing> = listOf(
|
||||
RemoveForExpressionLoopParameterTypeProcessing()
|
||||
),
|
||||
formatCodeProcessing,
|
||||
optimizeImportsProcessing
|
||||
optimizeImportsProcessing,
|
||||
shortenReferencesProcessing
|
||||
)
|
||||
Reference in New Issue
Block a user