How to enforce complete documentation on Kotlin code

Viewed 237

What plugin or tool should I use to enforce complete kdoc documentation on new Kotlin code? Java code is checked by checkstyle with Sun's rule set, I need a Kotlin's analogue for it.

1 Answers
Related