Skip to content

kotlin should be defined as a peer dependency to kotlinx-coroutines-core #339

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

Closed
ansman opened this issue Apr 19, 2018 · 2 comments
Closed

Comments

@ansman
Copy link
Contributor

ansman commented Apr 19, 2018

Currently kotlin is defined as a regular dependency which means that it's not using the same runtime as your app module and things like instanceof might not work as expected.

ansman added a commit to ansman/kotlinx.coroutines that referenced this issue May 1, 2018
elizarov pushed a commit that referenced this issue May 14, 2018
@LouisCAD
Copy link
Contributor

LouisCAD commented Jun 5, 2018

Does this issue only strike in KotlinJS?

@ansman
Copy link
Contributor Author

ansman commented Jun 5, 2018

Yes, on Java and native there can only be a single version any library.

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 a pull request may close this issue.

2 participants