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

Support kotlinx-coroutine suspend and Flow #672

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

eitanliu
Copy link

Add features #383
Support kotlinx-coroutines suspend function.
Support kotlinx-coroutines Flow return type.

@eitanliu eitanliu changed the title Kotlin coroutines Support kotlinx-coroutine suspend and Flow Apr 14, 2024
@kptfh
Copy link
Collaborator

kptfh commented Sep 4, 2024

Don't like idea of adding Kotlin dependency to core module.
It will cause all pure Java users of this library to add this dependency to their projects

@eitanliu
Copy link
Author

eitanliu commented Oct 7, 2024

The Kotlin dependency uses the provided scope, which means it only participates in compilation, and the final product will not include the Kotlin dependency.

@TOTHT0MI
Copy link

Any updates on this? As I see we're waiting for CI only and code is mostly finished?

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.

3 participants