is it possible to use Java Inspections like “Abstr...
# intellij
g
is it possible to use Java Inspections like “Abstractions Issues”, ˜Class Metrics˜ within kotlin classes ?
a
No, in general Java inspections only work for Java, but there is a way to rewrite them individually to support Kotlin and other languages. Please submit a request to the IDEA tracker at https://youtrack.jetbrains.com/issues/IDEA
metal 1