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

["Request"] Remove dependency on kotlinx-coroutines-test #3045

Closed
ansman opened this issue Apr 25, 2023 · 1 comment · Fixed by #3046
Closed

["Request"] Remove dependency on kotlinx-coroutines-test #3045

ansman opened this issue Apr 25, 2023 · 1 comment · Fixed by #3046

Comments

@ansman
Copy link

ansman commented Apr 25, 2023

What version are you currently using?
1.1.5

What would you like to see?
Currently, arrow-fx-coroutines depends on kotlinx-coroutines-test. This bad since it's a test dependency and shouldn't be pulled in to production code. I don't even see a reason why it would be pulled in, there are no imports used in arrow-fx-coroutines as far as I can see: https://github.com/search?q=repo%3Aarrow-kt%2Farrow+%22kotlinx.coroutines.text%22&type=code

@nomisRev
Copy link
Member

Oof, that is definitely a mistake that somehow leaked in. That should absolutely be removed.

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

Successfully merging a pull request may close this issue.

2 participants