:name_badge: Hi folks! We’re continuing our quest ...
# javascript
s
📛 Hi folks! We’re continuing our quest to increase adoption of the new Kotlin/JS IR compiler – and we want to make it more visible which projects already support or use Kotlin/JS IR. So, a small request: - If you have a published project that you compile with the Kotlin/JS IR compiler, or - If you are maintaining a library that publishes artifacts compatible with JS IR …we’d love if you would add our “Kotlin/JS | IR supported” badge to your README, to let others know that you are already embracing the future of Kotlin/JS 🛸! It’s as easy as adding the following snippet to your markdown:
Copy code
[![Kotlin JS IR supported](<https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow)](https://kotl.in/jsirsupported)>
👍 6
K 13
r
Wouldn't it be better:
Copy code
[![IR](<https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow)](https://kotl.in/jsirsupported)>
(linking to the Kotlin website instead of an image)?
👌 1
s
@Robert Jaros you are absolutely correct. 🤦🏼 thanks, I’ve adjusted it.
r
It’d be great if there were also a standardized way to document support for every other Kotlin platform.
a
OK, do you have the same for JVM-IR? Because we switchet everuthing to IR on all mipt-npm/kscience projects (including plotly.kt. Debugging is pain, everything else is super.
Done for releases: https://github.com/mipt-npm/plotly.kt, https://github.com/mipt-npm/gdml.kt and https://github.com/mipt-npm/kmath. I think it would be nice to have a composite badge with all supported platforms. In out case it is
JVM-IR/JS-IR (browser)/MingwX64/LinuxX64
for most projects. And we do not support JS legacy, which is also important for users.