While messing around in last year's Advent of Code project, I wanted to see if I could add a bunch of JVM languages and get them to cooperate. Kotlin's easy to add. When I wanted to add Clojure, I found Stuart Halloway's example of calling Clojure from Java that uses Maven as the build tool. I updated it with an example  pom.xml that integrates Kotlin into the build process and gives a simple example of calling Clojure from Kotlin from Java.

GitHub - jtth/clojure-from-java: There are many ways to call Clojure from Java (now with Kotlin!)
There are many ways to call Clojure from Java (now with Kotlin!) - GitHub - jtth/clojure-from-java: There are many ways to call Clojure from Java (now with Kotlin!)

I hope this is useful to someone!