👋
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.