disable parallel compilation for Kotlin modules

Original commit: c061a3dbd8
This commit is contained in:
Michael Nedzelsky
2015-08-26 23:00:29 +03:00
parent 7a7064677b
commit 87f9913f34
@@ -70,7 +70,7 @@ public class CompilerRunnerUtil {
}
@Nullable
public static Object invokeExecMethod(
public synchronized static Object invokeExecMethod(
@NotNull String compilerClassName,
@NotNull String[] arguments,
@NotNull CompilerEnvironment environment,