Skip to content

Conversation

carlonzo
Copy link
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
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
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
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

# 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
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
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