feign-reactive icon indicating copy to clipboard operation
feign-reactive copied to clipboard

Support kotlinx-coroutine suspend and Flow

Open eitanliu opened this issue 1 year ago • 3 comments

Add features #383 Support kotlinx-coroutines suspend function.
Support kotlinx-coroutines Flow return type.

eitanliu avatar Apr 14 '24 14:04 eitanliu

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

kptfh avatar Sep 04 '24 16:09 kptfh

The Kotlin dependency uses the provided scope, which means it only participates in compilation, and the final product will not include the Kotlin dependency.

eitanliu avatar Oct 07 '24 23:10 eitanliu