How come IntelliJ doesn’t show deprecated Kotlin m...
# announcements
d
How come IntelliJ doesn’t show deprecated Kotlin methods with a strike through in java code? Am I missing something?
s
It's working correctly for me
d
hmm, strange
image.png
s
Is it a custom style?
Go into settings and search for "deprecated"
d
Nothing in the settings that seems relevant
I may actually be using a custom style just to get a different terminal color
Guessing that’s the problem
g
could it be that it's not highlighted on minimum level of inspections in Idea?
l
#C0B8H786P BTW
d
Turns out it’s because the method calling this is also deprecated x.x