flycheck-kotlin

Homepage: https://github.com/whirm/flycheck-kotlin

Author: Elric Milon

Updated:

Summary

Support kotlin in flycheck

Commentary

This package adds support for kotlin to flycheck. To use it, add
to your init.el:

(require 'flycheck-kotlin)
(add-hook 'kotlin-mode-hook 'flycheck-mode)

Dependencies