Are there notes about what changed in the stdlib-j...
# eap
z
Are there notes about what changed in the stdlib-js packaging for 1.9.20-Beta? I depend on it to run some JS compilation tests (in JVM) but it seems this is no longer possible with the new packaging as it enforces use in JS source sets only
m
Cc @anton.bannykh
i
We are in process of deprecating and, finally, removing of legacy backend. It depends how stdlib distributing, previously we had one
*.jar
file contained both legacy and ir variant. Now there is separate IR artifact (
*.klib
), and if you have JS IR target in your build, you get only IR variant of stdlib now (but
jar
still exists in maven repo. Why do you need it? You test legacy stdlib-js specifically? Do you plan to get rid of such dependency because legacy now deprecated?
z
fair! This is some old stuff that definitely hasn't been updated for JS IR, so I'm feeling comfortable using this as a sign to just remove them for now 🙂. Thanks for the details