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

Crashes on kotlinx.coroutines upgrade #29

Closed
jakoss opened this issue Mar 5, 2021 · 4 comments
Closed

Crashes on kotlinx.coroutines upgrade #29

jakoss opened this issue Mar 5, 2021 · 4 comments
Assignees

Comments

@jakoss
Copy link

jakoss commented Mar 5, 2021

After upgrading coroutines package to 1.4.3 i'm getting crashes while using .test.

NoSuchMethodError: kotlinx.coroutines.TimeoutKt.withTimeout

This is basically caused by experimental api usage while using kotlin in lower version then the coroutines library. So when kotlinx.coroutines upgraded to kotlin 1.4.30 all experimental inline-classes API are not compatibile with any library that relies on them. Details: Kotlin/kotlinx.coroutines#2565

Can you release new version with bumped kotlinx.coroutines version asap?

@jakoss jakoss changed the title Get rid of experimental api usage Crashes on kotlinx.coroutines upgrade Mar 5, 2021
@Egorand
Copy link
Collaborator

Egorand commented Mar 5, 2021

Please use the latest snapshot until the update is released

@qwexter
Copy link

qwexter commented Mar 8, 2021

If you want use it on jvm(android) try
app.cash.turbine:turbine-jvm:0.5.0-SNAPSHOT

@JakeWharton
Copy link
Member

I'm back to work next week. I'll make a release Monday, assuming the seemingly-now-broken CI build isn't a blocker...

@JakeWharton
Copy link
Member

0.4.1 released

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

No branches or pull requests

4 participants