Replies: 1 comment 1 reply
-
Hi, We are aware that the library is not very usable outside kotlin coroutines right now. We plan to tackle it in the future by writing Java / RX wrappers (similar to AndroidX) once the library API becomes more stable. Is this blocking you? If so, we can help unblock you by creating a wrapper that handles your use case instead of a generic one for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While implementing
com.google.android.fhir.FhirEngine
in a java class, every function has an extra argumentContinuation<? super Bundle> continuation
that cannot be null. This maybe due to thesuspend
keyword. More details are available in this link.Beta Was this translation helpful? Give feedback.
All reactions