I'm having an interesting compiler issue when upgrading to Kotlin 1.4.0. One of the gradle plugins we use embeds the kotlin compiler to use it for some analyzation, but this turns into an error when upgrading the project. The error we get when building is here:
https://hasteb.in/otohideq.sql. Which seems like some sort of stdlib versioning error, but I'm not sure how that could be, as the gradle plugin and its dependents all use the correct version of kotlin (1.4.10). I have looked this error up, but all of the reported issues are using spring boot, has this been encountered elsewhere? The Gradle Plugin responsible for running the embedded compiler is here:
https://github.com/FalseHonesty/preprocessor/blob/kotlin-1.4/build.gradle.kts.