Is there any way to get incremental Kotlin compila...
# build-tools
c
Is there any way to get incremental Kotlin compilation using the CLI compiler?
t
at this moment - no. Could be available in the future releases.
c
Ok thanks.
t
btw what is your use-case? Just compile incrementally from CLI or you want to integrate Kotlin compilation in some scripts/build tool?
c
I’m currently compiling Kotlin as part of a larger polyglot project, which I build using a Clojure build tool (build.clj, which is basically just a build script). I invoke the CLI from that. It’s not critical that it be incremental, but would be nice.