-
Notifications
You must be signed in to change notification settings - Fork 451
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
Revalidate Readme's module config #2207
Comments
Awesome idea @aballano 🙌 Here the dependencies graph before the split: arrow-dependencies |
Pending improvement after arrow-kt/arrow-core#224: Arrow Optics should add Kotlin Standard library to compile so it will be able to be removed from Arrow Annotations as exported to consumers. |
Thanks @aballano, since Arrow Optics exposes Arrow Core there is no need to add Arrow Core in the build explicitly. |
This might come handy to save the users from self-importing this themselves, although I'm wondering if this guide in the arrow readme was then accurate to the previous state 🤔
I think we should check that document and validate if it's correct (for example arrow-optics doesn't seem to expose core, yet core doesn't appear in the readme for optics)
Originally posted by @aballano in arrow-kt/arrow-core#224 (comment)
After this PR is merged we should revisit the module guide to validate the config and add/remove modules if necessary
The text was updated successfully, but these errors were encountered: