Closed nbransby closed 1 year ago
I presume you mean JS(IR) instead of IJ? Which version of kotlin are you using?
I've created a new mutliplatform JVM/JS(IR) project with kotlin 1.8.0 and 1.8.20 and bignum 0.3.8 and had no problems running it. Could you try doing that and see if you can replicate the issue? If you can please reopen this. Thanks.
I have one question though, I noticed you didn't use the template for submitting an issue, could you please share why?
I did the same and then slowly copied the settings over from my project and found the issue:
kotlin.mpp.enableCompatibilityMetadataVariant=true
A deprecated setting in our gradle.properties!
Thanks for the help.
As for the issue template I didn't have the energy left to read it at that point which I guess is often the case once you give up on a problem and resort to creating a issue 😅
Glad to hear you got it resolved!