You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling suspend functions from Kotlin in Java requires users to implement a complex interface called Continuation that requires knowledge about reactive/asynchronous flows or to import dependencies with non-intuitive workarounds.
Calling suspend functions from Kotlin in Java requires users to implement a complex interface called Continuation that requires knowledge about reactive/asynchronous flows or to import dependencies with non-intuitive workarounds.
More information about it here: https://www.baeldung.com/kotlin/suspend-functions-from-java
In that guide, some workarounds are suggested. We need to use the one that minimizes users' actions to achieve the best experience.
The text was updated successfully, but these errors were encountered: