kotlin-dsl-samples
kotlin-dsl-samples copied to clipboard
KT-15570 - Kotlin embeddable compiler includes outdated / unshaded version of `native-platform`
https://youtrack.jetbrains.com/issue/KT-15570
Removing is:blocking label after implementing a local workaround.
This looks fixed in 1.1-M04, can we get rid of the JarPatcher now?
cc @eskatos
From @eskatos:
The native platform version isn’t the sole issue though. The JarPatcher is also used to unify the jansi version and work around other packaging issues of the embedded kotlin compiler. JetBrains is currently making an attempt at moving away from the embedded compiler in their
kotlin-gradle-plugin. We plan to look at how they’ll do it (intent is to use their new “compiler frontend” thing) and if it can be applied to us. If it is, then we may be able to get rid of all this patching thing altogether. But not in a short time frame