d456ae58b6
As Gradle may under certain conditions reorder the buildscript classpath artifacts, we need to ensure that the `kotlin-build-common` module, which duplicates some of the classes that are shaded and packed into `kotlin-compiler-embeddable`, does not call `com.intellij.*` classes. Replace the `com.intellij.*` utils that were called on the execution path with our own implementations. Issue #KT-31106 Fixed