Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Fix store-kotlin module's store dependency #380

Open
wants to merge 1 commit into
base: feature/rx2
Choose a base branch
from
Open

Fix store-kotlin module's store dependency #380

wants to merge 1 commit into from

Conversation

ychescale9
Copy link
Contributor

@ychescale9 ychescale9 commented Feb 22, 2019

As discussed and suggested in #376, the store dependency in store-kotlin/build.gradle should be api project(':store') instead of apiElements project(':store') as store should be exposed to consumer so explicitly declaring implementation 'com.nytimes.android:store3:CurrentVersion' alongside implementation 'com.nytimes.android:store-kotlin3:CurrentVersion' is no longer required .

Before:

implementation 'com.nytimes.android:store-kotlin3:CurrentVersion'
implementation 'com.nytimes.android:store3:CurrentVersion'

After:

implementation 'com.nytimes.android:store-kotlin3:CurrentVersion'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant