mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
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