Skip to content

Upgrade libs#297

Open
carlonzo wants to merge 2 commits intobutterproject:developfrom
carlonzo:upgrade-libs
Open

Upgrade libs#297
carlonzo wants to merge 2 commits intobutterproject:developfrom
carlonzo:upgrade-libs

Conversation

@carlonzo
Copy link
Copy Markdown
Contributor

@carlonzo carlonzo commented Nov 7, 2019

No description provided.

@carlonzo carlonzo requested a review from blazsolar as a code owner November 7, 2019 19:19

@Multibinds @ProviderScope Set<Interceptor> provideIntercptors();
@Multibinds
Set<Interceptor> provideIntercptors();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@PeroviderScope should stay in as it is important for third parties implementing ther own providers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I removed as I updated Dagger and it does not allow Scopes on Multibinding anymore

public class ProviderModule {

@Provides @ProviderScope @IntoSet ProviderWrapper provideVodoWrapper(final VodoProvider vodoProvider,
@Provides @IntoSet ProviderWrapper provideVodoWrapper(final VodoProvider vodoProvider,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@ProviderScope should stay in

Comment thread gradle.properties
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.parallel=true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This may cause issues in ci

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

does it actually do it? would you mind if I add a check to disable on CI? this helps speed when building locally

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.

2 participants