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

Test dependencies packaged into jvmMain #54

Closed
ychescale9 opened this issue Feb 5, 2020 · 2 comments
Closed

Test dependencies packaged into jvmMain #54

ychescale9 opened this issue Feb 5, 2020 · 2 comments

Comments

@ychescale9
Copy link
Contributor

It appears that com.freeletics.flow.test:test:0.0.2-SNAPSHOT (and a few other test libraries) are included in com.freeletics.flowredux:dsl:0.2.1 as a runtime dependency.

Are there any reasons the following dependencies are not defined in the jvmTest configuration?

implementation testLibraries.junit
implementation testLibraries.kotlintest
implementation testLibraries.coroutinesTest
implementation testLibraries.flowRecorder
implementation 'com.freeletics.flow.test:test:0.0.2-SNAPSHOT'

@sockeqwe
Copy link
Collaborator

sockeqwe commented Feb 6, 2020

No, that was just a mistake.
Thanks for pointing it out.

Will fix that.

@sockeqwe
Copy link
Collaborator

Is fixed. 0.3.0 will rollout soon solving this.

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

No branches or pull requests

2 participants