Revert temporary workaround to rebuild Kotlin
Revert commit abba3625: "Work around embedded intellij-core NPE resulting in FTBFS" as these temporary changes are not needed anymore to rebuild Kotlin successfully and prevent the package from migrating into testing
.
Fix run-time compatibility issues with older JREs when built with the default JDK (21). Comparing the resulting JARs with diffoscope showed no significant difference remaining. A test rebuild of Kotlin with JDKs 8/11 was also completed without issues.
Fix CVE-2020-29582: use NIO Files.createTemp*() instead of File.createTemp*(). (Closes: #1001037)
Fix kotlin -version
. (Closes: #1101825)
Edited by Julien Plissonneau Duquène