You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, this is a problem. AtomicFU was published to NPM under the name of kotlinx-atomicfu, yet the main .js file was named atomicfu.js, thus Kotlin/JS compiler emitted require for atomicfu module. Depressingly, all the tests works (since they take artifacts with maven dependencies), yet it would not work in the target project when resolving dependencies via NPM.
See #370 (comment)
The text was updated successfully, but these errors were encountered: