Closed dalewking closed 3 weeks ago
I have noticed those issues, so I implemented Kotlinx-io which makes it so simple. My mistakes!
@dalewking I believe that Alpha 04 fixed this issue.
Looks like it is fixed, but I have not been able to fully test it due to the switch to Source.
863 Basically made Fuel unusable from common code.
i just use Fuel to get the content of urls from common code. #863 basically makes that impossible. The view of HttpResponse in common code is now just an empty class. It only has properties in platform specific code.
You need to expose
statusCode
andbody
properties in common code.