kotlin-dsl-samples icon indicating copy to clipboard operation
kotlin-dsl-samples copied to clipboard

KT-15570 - Kotlin embeddable compiler includes outdated / unshaded version of `native-platform`

Open bamboo opened this issue 8 years ago • 4 comments

https://youtrack.jetbrains.com/issue/KT-15570

bamboo avatar Jan 07 '17 12:01 bamboo

Removing is:blocking label after implementing a local workaround.

bamboo avatar Feb 23 '17 12:02 bamboo

This looks fixed in 1.1-M04, can we get rid of the JarPatcher now?

lptr avatar Mar 05 '18 15:03 lptr

cc @eskatos

lptr avatar Mar 06 '18 15:03 lptr

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

lptr avatar Mar 08 '18 10:03 lptr