Add Kotlin module
This commit is contained in:
parent
803ca2863a
commit
13f705dc0e
4 changed files with 42 additions and 0 deletions
4
modules/lang/kotlin/doctor.el
Normal file
4
modules/lang/kotlin/doctor.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "ktlint")
|
||||
(warn "ktlint not found. flycheck-kotlin won't work."))
|
Loading…
Add table
Add a link
Reference in a new issue