whirm/flycheck-kotlin@5104ee9a -> whirm/flycheck-kotlin@bf1b398b flycheck-kotlin: support newer versions of ktlint
7 lines
245 B
EmacsLisp
7 lines
245 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/kotlin/packages.el
|
|
|
|
(package! kotlin-mode :pin "0e4bafb31d1fc2a0a420a521c2723d5526646c0b")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-kotlin :pin "bf1b398bdde128806a0a7479ebbe369bbaa40dae"))
|