:wave: I'm looking for a tip (an IntelliJ inspecti...
# intellij
f
👋 I'm looking for a tip (an IntelliJ inspection maybe?) to find "useless" annotations. To be more specific, AutoClosable need ExperimentalStdlibApi before Kotlin 2.0 ; it's not necessary anymore I would like to remove the annotation where it's not needed... Is there a way to find them quickly? Thanks.
âž• 1
e
You should see while compiling I think.