ff7c095fb3
`resolvedAnnotationsWithClassIds` requires resolve to TYPES phase, which is unavailable during compiler plugins stages. Trying to resolve to that phases will cause an infinite recursive resolve loop Also, call `resolvedAnnotationsWithArguments` only when `neededArguments` is true ^KTIJ-24893 Fixed