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

Replace FlowAssert with Turbine #1863

Merged
merged 1 commit into from Aug 4, 2020
Merged

Conversation

JakeWharton
Copy link
Member

Same code, separate project!

Closes #1416.

Same code, separate project!
@@ -54,6 +55,11 @@ kotlin {
nativeTest {
dependencies {
implementation project(':drivers:native-driver')
implementation(deps.kotlin.coroutines.native) {
version {
strictly("${versions.kotlinCoroutines}-native-mt")
Copy link
Member Author

Choose a reason for hiding this comment

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

Turbine depends on 1.3.8 which will override the native-mt use without this

@AlecKazakova AlecKazakova merged commit 03c2ecd into master Aug 4, 2020
@AlecKazakova AlecKazakova deleted the jw/turbine/2020-07-31 branch August 4, 2020 14:54
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.

Publish FlowAssert as a library?
3 participants