ilya.chernikov
04/20/2017, 9:22 AMkotlin.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.tsvetkovkevinrob
04/20/2017, 9:38 AM