<@U4D4XSADR>, yes, there is a kotlin compiler daem...
# announcements
i
@kevinrob, yes, there is a kotlin compiler daemon that is used for compilation by default. You can set a system prop
kotlin.compiler.execution.strategy
to
in-process
to disable it. (The prop should be visible by kotlin gradle plugin, so I guess you can do it via
GRADLE_OPTS
env var, but it depends on the gradle execution settings.) But it would be nice to understand the problem first, so could you please first set the prop
-Dkotlin.daemon.verbose
and rerun the gradle build with
--debug
, and then send us the relevant part of the log/output (that would be last several hundreds lines starting from the failing module compilation). We’ll appreciate that a lot. // cc: @alexey.tsvetkov
k
Thank you, I will do it ASAP