Hi regarding <https://youtrack.jetbrains.com/issue...
# javascript
o
Hi regarding https://youtrack.jetbrains.com/issue/KT-43237, are there more people affected? In our case we need to do a somewhat orthodox workaround renaming the imports to the affects js libs. KJS:
-jsLegacy
Naming Convention is incompatible with NPM Libraries such as 
kotlinx.serialization
 are exporting artifacts with a 
-jsLegacy
 suffix when using the legacy compiler with Kotlin 1.4. NPM however, doesn’t allow capital letters in package names. Posted in #multiplatform