Hey everyone! I'm encountering an error (`No match...
# javascript
a
Hey everyone! I'm encountering an error (
No matching export in "<kmp-library>.mjs" for import "KtList"
) when I switch to ES2015 target. The issue is also described in this ticket. Is there any workaround for it?
e
Yes, if you look at the comments there is workaround mentioned.
❤️ 1
a
I somehow missed that comment. Thanks a lot!
e
It's unfortunate in the sense you'll get one unsplittable big file, but that's what we got for now.
💯 1