JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Add JS-IR target to publication #75

Closed altavir closed 3 years ago

altavir commented 3 years ago

Please add IR target to the project publication (either use BOTH or IR-only). It seems that IR will be the default target for all platforms since 1.5 and JS-LEGACY could not be called from IR.

ajalt commented 3 years ago

I implemented this in #73

valich commented 3 years ago

0.2.2 with jsIR artifacts was published some time ago