Skip to content

Commit c617a2a

Browse files
dpassenbbatsov
authored andcommitted
Support Kotlin DSL for Gradle Projects (#502)
1 parent 0d2e6a6 commit c617a2a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

clojure-mode.el

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,12 @@ For example, \[ is allowed in :db/id[:db.part/user]."
180180
(cl-every 'characterp value))))
181181

182182
(defcustom clojure-build-tool-files
183-
'("project.clj" ; Leiningen
184-
"build.boot" ; Boot
185-
"build.gradle" ; Gradle
186-
"deps.edn" ; Clojure CLI (a.k.a. tools.deps)
187-
"shadow-cljs.edn" ; shadow-cljs
183+
'("project.clj" ; Leiningen
184+
"build.boot" ; Boot
185+
"build.gradle" ; Gradle
186+
"build.gradle.kts" ; Gradle
187+
"deps.edn" ; Clojure CLI (a.k.a. tools.deps)
188+
"shadow-cljs.edn" ; shadow-cljs
188189
)
189190
"A list of files, which identify a Clojure project's root.
190191
Out-of-the box `clojure-mode' understands lein, boot, gradle,

0 commit comments

Comments
 (0)