feign-reactive
feign-reactive copied to clipboard
Support kotlinx-coroutine suspend and Flow
Add features #383
Support kotlinx-coroutines suspend function.
Support kotlinx-coroutines Flow return type.
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
The Kotlin dependency uses the provided scope, which means it only participates in compilation, and the final product will not include the Kotlin dependency.