PMD support for kotlin

Viewed 511

When IntelliJ PMD plugin asked to check for PMD rules violation, it says

PMDException: Error while parsing RData.kt

Does PMD support kotlin files parsing, if yes, from which version it supports, I have observed the failure in 6.21.0 version.

1 Answers

According to this issue, PMD support will be added in version 7. Until then, only CPD support is available.

Related