【发布时间】:2020-03-31 04:17:58
【问题描述】:
我已经使用 Retrofit 大约 3 年了,自从引入 RxAndroid 以来,square up 添加了一个转换器工厂来简化对 RxStream 的响应。现在我没有看到 Coroutines 的任何官方添加。虽然我发现了一个由 Jake Wharton 开发的带有转换器的实验套件,但我真的怀疑它在现场项目中的可靠性。
有什么想法吗?
实现 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-experimental-adapter:1.0.0'
【问题讨论】:
标签: kotlin retrofit kotlin-coroutines