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

Extract binder from mvicore module #129

Merged
merged 5 commits into from Jul 31, 2020
Merged

Conversation

ShikaSD
Copy link
Contributor

@ShikaSD ShikaSD commented Jul 30, 2020

Binder is ideologically different from other pieces of functionality included in MVICore. Although it provides useful syntax and mechanics for linking hot sources together, ideally it should be a separate thing.
This PR starts extraction by moving Binder into a different module while keeping MVICore dependent on it through api dependency.

documentation/binder/binder.md Outdated Show resolved Hide resolved
@@ -8,6 +8,7 @@ group = 'com.github.badoo.mvicore'
dependencies {
def deps = rootProject.ext.deps

api project(":binder")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why api?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To have available everywhere mvicore is added
Not sure if maven supports that, but it would be a nice first step before removing it completely

@ShikaSD ShikaSD merged commit 1663cb5 into badoo:master Jul 31, 2020
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 this pull request may close these issues.

None yet

3 participants