59937aad14
Otherwise weird compilation errors in our project are expected as soon as kotlin-runtime.jar will contain modules from "core". Suppose a Java class from core/ has changed; the CLI compiler will then see its own (old) version of that class from kotlin-runtime.jar before the actual new version from sources