So I took a look at adding Kotlin/Clojure support ...
# general
s
So I took a look at adding Kotlin/Clojure support to pants on a lark. Am I correct in assessing that Pants defers JVM compilation almost entirely to zinc, and that unless such language library targets were added as pre-zinc codegen steps which happened to emit collections of classfiles (and thus couldn't depend mutually on Java or Scala code) this would require zinc support?