0c4f2711d6
^KT-51627 Fixed kotlinc will currently read /tmp/build.txt in an attempt to determine an IDEA version number for IDEA plugin compatibility checking. If that file exists and does not match the expected format kotlinc will fail. Since standalone kotlinc is not IDEA, this change explicitly sets the system property for the build number to a fallback value. That avoids reading /tmp/build.txt. closes https://github.com/JetBrains/kotlin/pull/4763