## Context [Kotlin 1.4 was released](https://blog.jetbrains.com/kotlin/2020/08/kotlin-1-4-released-with-a-focus-on-quality-and-performance/) and we'd like to update to it, but we cannot as the compiler would [issue a warning](https://ci.appveyor.com/project/oss-review-toolkit/ort/builds/34691834#L852) (and we break on warnings) due to *detekt* being built against Kotlin 1.3.72, and [we cannot enforce Kotlin 1.4 due to this issue](https://github.com/detekt/detekt/issues/2501#issuecomment-614051994).
Context
Kotlin 1.4 was released and we'd like to update to it, but we cannot as the compiler would issue a warning (and we break on warnings) due to detekt being built against Kotlin 1.3.72, and we cannot enforce Kotlin 1.4 due to this issue.