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
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
The text was updated successfully, but these errors were encountered:
What version are you currently using?
1.1.5
What would you like to see?
Currently,
arrow-fx-coroutines
depends onkotlinx-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 inarrow-fx-coroutines
as far as I can see: https://github.com/search?q=repo%3Aarrow-kt%2Farrow+%22kotlinx.coroutines.text%22&type=codeThe text was updated successfully, but these errors were encountered: