asFlow

@CheckReturnValue
fun <T : Any> asFlow(publisher: Publisher<T>): ERROR CLASS: Symbol not found for Flow<T>

Adapts publisher to a Flow, for feeding an Rx or Reactor source into the ADK.