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

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.

1 participant