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
Please add documentation for how to call this from Java, otherwise an implemententer would need to understand how Kotlin extension functions are compiled to Java bytecode.
Please add documentation for how to call this from Java, otherwise an implemententer would need to understand how Kotlin extension functions are compiled to Java bytecode.
For example
val observable = call.toObservable()
would be
Observable<?> observable = Callkt.toObservable(call)
The text was updated successfully, but these errors were encountered: