2019-03-29 03:19:11 +02:00
|
|
|
;;; lang/kotlin/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
|
|
|
|
(unless (executable-find "ktlint")
|
2019-04-11 10:16:10 +03:00
|
|
|
(warn! "ktlint not found. flycheck-kotlin won't work."))
|
2019-11-28 21:53:46 -05:00
|
|
|
|
|
|
|
(assert! (or (not (featurep! +lsp))
|
|
|
|
(featurep! :tools lsp))
|
|
|
|
"This module requires (:tools lsp)")
|