Back to Intellij Community

KotlinDeprecation

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/KotlinDeprecation.html

2025.3-rc-2363 B
Original Source

Reports obsolete language features and unnecessarily verbose code constructs during the code cleanup operation ( Code | Code Cleanup ).

The quick-fix automatically replaces usages of obsolete language features or unnecessarily verbose code constructs with compact and up-to-date syntax.

It also replaces deprecated symbols with their proposed substitutions.