hello everyone, can you tell me if there is a way in intellij idea/android studio to find all the uses of deprecated code: calling deprecated functions, classes, properties, all possible variations. I need to consider my own deprecated kotlin code, not just the API of external libraries.
I found an option with structured search, but it doesn't seem very convenient to me.
Is there any kind of normal tool?