Monits / static-code-analysis-plugin

A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Apache License 2.0
39 stars 12 forks source link

Support Kotlin #38

Open jsotuyod opened 4 years ago

jsotuyod commented 4 years ago

PMD, CPD and Spotbugs (when compiling for the JVM) should all support Kotlin.

Additional tools such as detekt or ktlint may be considered for automatic application.