Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

["Bug"] Arrow core 1.2.4 not compatible with Kotlin WASM JS #3407

Closed
ILIYANGERMANOV opened this issue Apr 23, 2024 · 3 comments
Closed

["Bug"] Arrow core 1.2.4 not compatible with Kotlin WASM JS #3407

ILIYANGERMANOV opened this issue Apr 23, 2024 · 3 comments

Comments

@ILIYANGERMANOV
Copy link
Contributor

What version are you currently using?
1.2.4

What would you like to see?
Be able to use Arrow in my Kotlin Multiplatform project.
Repo: (I reverted the arrow commit)
https://github.com/Ivy-Apps/learn

Repro:

  1. Try adding arrow as a dependency to the :composeApp module.
Could not resolve io.arrow-kt:arrow-core:1.2.4.
  Required by:
      project :composeApp
   > No matching variant of io.arrow-kt:arrow-core:1.2.4 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'wasm', attribute 'org.jetbrains.kotlin.wasm.target' with value 'js' but:
@serras
Copy link
Member

serras commented Apr 24, 2024

Unfortunately, we had to postpone publishing artifacts for WebAssembly until 2.0 :(

@ILIYANGERMANOV
Copy link
Contributor Author

No worries, WebAssembly won't be production ready anytime soon so that's totally fine. Thanks for maintaining this awesome library!

@serras
Copy link
Member

serras commented May 14, 2024

Since #3416, we build the library with Wasm JS too. So the new version would definitely contain those artifacts :)

@serras serras closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants