5287ffb4a5
A fix for KT-37550 requires us to stop using system properties when the compiler is started from Gradle. This patch stops reading the konan.home property to determine a path to the compiler and requires this path to be explicitly specified in a constructor of the Distribution class. Issue #KT-37550