<@U0CHHN4F4> Is that compiler daemon used when I i...
# announcements
c
@ilya.chernikov Is that compiler daemon used when I invoke
kotlinc
directrly (or
K2JVMCompiler
) or is that daemon only usable from Gradle?
i
No, in these cases no daemon is used. It is usable outside of the gradle (e.g. used from IDEA as well), but the usage is not yet documented. (And in fact API is not yet finished.) Are you asking because you’re interested in using it?
c
Yup
Kobalt uses incremental compilation and it’s working great, the next step would be to use the daemon
i
I think that around 1.1.3 we should be more or less satisfied with the API. I’ll give you some links as soon as possible.
c
Great