Hey! I'm trying to use type resolution for my cust...
# detekt
m
Hey! I'm trying to use type resolution for my custom rule. I saw, that I should annotate the rule by
@RequiresFullAnalysis
, but I don't see it in api. I use
1.23.8
version. Has something changed? How can I use it?
b
@RequiresTypeResolution
is the annotation that you are looking for.
m
Thanks! I've tried to use it, but didn't see. But now I see.